body {
    margin: 0;
    padding: 0;
}

.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
  }
  .topBar {
    position: fixed;
    width: 100%;
    height: 35px;
    padding: 0.3% 2%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #cecece;
    box-shadow: 2px 0px 13px 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
  }
  
  .circlemode {
    padding: 8px 16px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }
  .Landscape span:first-child {
    transform: rotate(90deg);
  }
  
  .circlemode span {
    vertical-align: middle;
    color: rgb(170, 170, 170);
    font-size: 16px;
  }
  .circlemode i {
    font-size: 25px;
    color: rgb(170, 170, 170);
  }
  .circlemode:hover span,
  .circlemode:hover i,  .circlemode.active span, .circlemode.active i{
    color: #fff;
  }
.circlemode i {
    font-size: 25px;
    color: rgb(170, 170, 170);

}
.clearfix {
    clear: both;
}

.circlemode span {
    font-size: 15px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 0px;
    margin: 0;
}

.mainwrapper {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 10%;
}
img{
    width: 100%; 
    height: auto;
}
.mobileContainer {
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 320px;
    height: 480px;
        }

.mobileLandContainer{
    width: 480px;
    height: 320px;
    position: relative;
    margin: 0 auto;
    top: 20%;
    left: 0;
    right: 0;
}

.mobileContainer img,
.mobileLandContainer img {
    width: 100%;
    height: auto;
}


.innermain {
    width: 76.2%;
    height: 91%;
    position: absolute;
    top: 18.4%;
    left: 11.4%;
}
.teaser {
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 35%;
     background:#fc4c01;
     overflow: hidden;
}
.expand{
     position: absolute;
     width: 100%;
     height: 100%;
     background:#fc4c01;
     overflow: hidden;
}
.banner {
     position: absolute;
     bottom: 0;
     width: 100%;
     height: auto;
     display: none;
}

.closeExpand,.closeTeaser {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    z-index: 99 !important;
}
.close {
    width: 15px;
    height: 20px;
    left:0;
    position: absolute;
    top: 0;
    z-index: 99 !important;
}
.closeExpand{
    width: 25px;
    height: 25px;
}

.teaserring{
    position: absolute;
    width: 25%;
    top: 2%;
}
.teaserfan,.teaserfanl{
    width: 20%;
    position: absolute;
    bottom: 20%;
    left: 25%;
}
.teasertool{
    width: 35%;
    position: absolute;
    bottom: 0%;
    left: 2%;
}
.teasertext{
    bottom: 45%;
    position: absolute;
    width: 95%;
    left: 2%;
}
.expandring{
    position: absolute;
    width: 40%;

}
.expandtool{
    top: 5%;
    width: 52%;
    position: absolute;
    left: 0%;
}
.expandfan{
    position: absolute;
    width: 20%;
    left: 38%;
    top:5%;
}

.expandtext{
    position: absolute;
    width: 90%;
    bottom: 50%;
    left: 6%;
}
.expandlogo{
    top: 40%;
    width: 90%;
    position: absolute;
    left: 7%;
}
.expandcta{
    top: 62%;
    width: 60%;
    position: absolute;
    left: 20%;
}
.placeholder {
    position: absolute;
    top: 9%;
    width: 72%;
    left: 14%;
    height: 61%;
    background-color: #000;
    z-index: 9999;
    text-align: center;
    font-size: 0;
    pointer-events: auto !important;

}


.placeholder .plzrotate {
     display: inline-block;
     text-align: center;
     text-transform: none;
     vertical-align: middle;
     font-size: 14px;
     position: relative;
}

.placeholder .plzrotate .logo {
     position: relative;
     margin: 0 auto;
     left: 80px !important;
     top: 0 !important;
}

.placeholder .plzrotate .rotate {
     position: relative;
     top: 20px;
     /*left: -25px;*/
     color: #fff;
     font-family: Helvetica, Arial, sans-serif;
}

.placeholder .plzrotate .spinner {
     position: relative;
     top: 30px;
     width: 17px;
     margin: 0 auto;
     -webkit-animation: rotating 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
     -moz-animation: rotating 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
     -ms-animation: rotating 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
     -o-animation: rotating 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
     animation: rotating 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
     -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
     -ms-animation-direction: alternate;
     animation-direction: alternate;
     -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
     -ms-animation-delay: 1s;
     animation-delay: 1s;
}

.placeholder:after {
     content: "";
     display: inline-block;
     height: 100%;
     vertical-align: middle;
}

@-webkit-keyframes rotating {
     0% {
         -webkit-transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(90deg);
     }
}

@-moz-keyframes rotating {
     0% {
         -moz-transform: rotate(0deg);
     }

     100% {
         -moz-transform: rotate(90deg);
     }
}

@-o-keyframes rotating {
     0% {
         -o-transform: rotate(0deg);
     }

     100% {
         -o-transform: rotate(90deg);
     }
}

@keyframes rotating {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(90deg);
     }
}

@-webkit-keyframes btn-rotating {
     0% {
         -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
     }

     100% {
         -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
     }
}

@-moz-keyframes btn-rotating {
     0% {
         -moz-transform: rotate(-45deg);
     }

     100% {
         -moz-transform: rotate(90deg);
     }
}

@-o-keyframes btn-rotating {
     0% {
         -o-transform: rotate(-45deg);
     }

     100% {
         -o-transform: rotate(90deg);
     }
}

@keyframes btn-rotating {
     0% {
         transform: rotate(-45deg);
     }

     100% {
         transform: rotate(90deg);
     }
}

@-webkit-keyframes btn-opacity {
     0% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
}

@-moz-keyframes btn-opacity {
     0% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
}

@-o-keyframes btn-opacity {
     0% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
}

@keyframes btn-opacity {
     0% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
}

.mobileLandContainer .banner {
     width: 640px;
     height: 100px;
     left: 50%;
     transform: translate(-50%);
}

.mobileLandContainer .teaser {
     width: 320px;
     height: 200px;
     left: 50%;
     transform: translate(-50%);
}

.mobileLandContainer,
.placeholder,
.wintxt,
.expand {
     display: none;
}
::-webkit-scrollbar{
    display: none;
}

.landscapeMain .banner{
    bottom: 41px;
    transform: translate(-50%) scale(0.5);
}
.landscapeMain .teaser {
    bottom: 50px;
    transform: translate(-50%) scale(0.5);
}