.body {
  color: #ddd;
  height: 100%;
  padding: 0;
  background:#000;
  height: 0px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  margin: 0px;
}
.preroll-wrapper {
  z-index: 10;
  position:relative;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
#view {
  padding: 0px;
  z-index: -10;
  cursor: none !important;
  background-color:#344152;
  display:block;
  position:absolute;
  left:0px;
  top:0px;
}
#preloader {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #000;
  text-align: center;
  user-select: none;
  z-index: 999;
  padding-top: 5%;
  cursor: none !important;
}
#preloader-loading {
  color: #FFF;
  display: inline-block;
  text-shadow: 0 0 10px #FFF, 0 0 20px #FF0000, 0 0 30px #FF0000;
}
#preloader-img-wrapper {
  width: 0px;
  height: auto;
  display: inline-block;
  overflow: visible;
}
#preloader-img-pose {
  width: 368px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: -184px;
}
#preloader-bar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 380px;
  height: 4px;
  border-color: #FF0000;
  border-radius: 8px;
  border-width: 1px;
  display: block;
  padding: 10px;
  line-height: 0px;
  box-shadow: 0px 0px 15px 0px rgba(255,0,0,1);
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff0000, 0 0 40px #ff0000, 0 0 50px #ff0000, 0 0 60px #ff0000, 0 0 70px #ff0000;
}
#preloader-bar-inner {
  width: 10%;
  height: 4px;
  background-color: #FF0000;
  border-radius: 4px;
  background-color: #FF0000;
  box-shadow: 0px 0px 10px 0px rgba(255,0,0,1);
}
.adBanner {
    background-color: transparent;
    height: 1px;
    width: 1px;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 16px;
  border-radius: 50%;
  border: 6px solid #f00;
  border-color: #f00 transparent #f00 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}