.mobileLandContainer {
  width: 730px;
  height: 384px;
  position: absolute;
  margin: 0 auto;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.placeholder {
  position: absolute;
  top: 10%;
  width: 75.1%;
  left: 12%;
  height: 79%;
  background-color: #000;
  z-index: 9999;
  text-align: center;
  font-size: 0;
  pointer-events: auto !important;
}

.landscapeMain {
  position: absolute;
  top: 6.9%;
  width: 75.1%;
  left: 12%;
  height: 79%;
}

.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 .Mobilebanner {
  width: 320px;
  height: 50px;
  left: 50%;
  transform: translate(-50%);
}

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

.mobileLandContainer,
.placeholder,
.wintxt {
  display: none;
}
.closeExpand {
  position: absolute;
  width: 5%;
  right: 1%;
  top: 1%;
}
.landscapeMain .Mobilebanner {
  width: 77%;
  height: 21%;
  bottom: 0%;
}
