.html-embed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/top.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bottom.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.imgbox {
  margin-top: 23px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 9px;
  cursor: pointer;
}

.imgbox-copy {
  margin-top: 23px;
  padding: 9px;
  cursor: auto;
}

.imgbox-copy {
  margin-top: 23px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 0px 9px 9px;
  cursor: auto;
}

.image {
  margin-top: 35px;
}





#my_iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

#preloader-wrapper {
                   position: fixed;
                   width: 100%;
                   height: 100%;
                   z-index: 5;
                   background: #97a6af;
                   display: flex;
                   align-items: center;
                   justify-content: center;
}




.profile-container {
               position: relative;
               justify-content: center;
               align-items: center;
               margin-top: 200px;
               width: 250px;
               height: 250px;
               background-image: url(../images/loading.png);
               background-repeat: no-repeat;
               background-size: contain;
    animation: rotate 1.3s linear infinite;
    animation-delay: 0.5s;
}




@keyframes rotate {
              0% {
                  position: relative;
              }

              50% {
                    transform: scale(1.1);
              }

              100% {
                transform: scale(1);
          }
}



@media screen and (min-width: 1440px) {
  .image {
    margin-top: 35px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-size: cover;
  }

  .div-block {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-size: cover;
  }

  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
  }

  .imgbox {
    width: 100px;
    height: 127px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
  }

  .imgbox-copy {
    padding-left: 0px;
  }

  .imgbox-copy {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

