body{font-family: open sans, Tahoma, Verdana, Arial;}
/* 
 .full-width-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1; 
} */


.banner{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-1}
video,img{position:absolute;width:100%;height:100%;object-fit:cover}



.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

video {
  position: absolute;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  object-fit: fill; /* No cropping */
}


.content{position:absolute;top:45%;left:37%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding-left:0}
#bannerImage{display:none}
.logo span{background:url(https://static.idriveonlinebackup.com/x/source/images/idrivex_logo4.svg) no-repeat;width: 150px;
    height: 44px;background-size:contain;text-indent:-3500px;display:block}
.content h1{width:65%;color:#fff;font-weight:400;font-size:40px;line-height:50px;min-height:240px;margin-top: 8px;}
.dots-flashing span{color:#fff;font-family:"Bebas Neue",sans-serif;font-size:32px;font-weight:400;font-style:normal}
.dots-flashing{display:flex;justify-content:left;align-items:center;gap:4px}
.dot{width:7px;height:8px;background-color:#fff;border-radius:50%;animation:loading 2s infinite;margin:10px 0 0;border-radius:3px}

.dot:nth-child(1) { animation-delay: 0s; }
.dot:nth-child(2) { animation-delay: 0.67s; } 
.dot:nth-child(3) { animation-delay: 1.34s; } 

@keyframes loading {
    0%   { background-color: #FFEB33; }
    33.33%  { background-color: #fff; }
    100% { background-color: #fff; }
}

@media screen and (max-width: 1024px){
  .content h1{font-size: 37px;}
  video {
    object-fit: cover; /* No cropping */
  }
}

@media screen and (max-width: 980px){
 
  .content{top:48%}
  .content h1{min-height: 145px;}
}
@media screen and (min-width: 819px) and (max-width: 823px){
  .content h1{font-size: 30px;line-height: 36px;}
}


@media screen and (min-width: 811px) and (max-width: 814px){
  .content h1{font-size: 30px;line-height: 36px;min-height: 156px;}
}

@media screen and (max-width: 768px){
  .content{top: 46%;left: 36%;}
  .content h1{font-size: 30px;line-height: 42px;min-height: 140px;}

}

@media screen and (max-width: 767px){
  .content{top: 48%;}
  .content h1{min-height: 140px;}
}

@media screen and (max-width: 670px){
  .content h1{font-size: 26px;line-height: 36px;}

}
@media screen and (max-width: 570px){
  .content h1{font-size: 25px;}
}
@media screen and (max-width: 550px){
  .content{top: 36%;left: 36%;}
  .content h1{font-size: 27px;line-height: 35px;min-height: 126px;width: 100%;margin-top: 12px;}
  .logo span{width: 212px;background-size: cover;height: 58px;}
  
}

@media screen and (max-width: 480px){
  .content{left: 38%;}
  .content h1{font-size: 25px;}
  .logo span{height: 50px;width: 190px;}
}


@media screen and (max-width: 376px){
  .content{left: 37%;}
  .content h1{font-size: 24px;}
}