.video-banner #textdiv {
    position: absolute;
    margin: 0 auto;
    width: 28%;
    text-align: left;
    height: auto;
    top: 25%;
    right: 48px;
    /* transform: translate(-90%, -25%); */
/*    background: #0E2E50;*/
    background-image: linear-gradient(rgba(11, 49, 68, .5), rgba(11, 49, 68, .5)), linear-gradient(to bottom right, rgb(14 46 80 / 100%) 20%, rgb(237 27 36 / 100%));
    padding: 30px;
}
.video-banner #textdiv h1 {
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.video-banner #textdiv p {
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.4;
}
.video-banner #textdiv p span{
    display: inline-block;
    margin: 0px 10px;
}
.video-banner, .video-overlay{
    width: 100%; /*100vw;*/
    height: 100vh;
    margin: 0;
    top: 0px;
    position: relative;
    background: /*url('/Soho Dragon Rebarnding/images/Soho-Dragon-Brush-Stroke-White-Transparent.png') left center no-repeat*/ rgba(0, 0, 0, 0.5);*/ /* rgb(238 27 37 / 30%);*/
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.video-banner .banner-caption p {
    font-size: 18px;
    line-height: 24px;
}
#videoBG {
    position:absolute;
    z-index: -1;
}
.video-banner .banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  top: 45%;
  color: #FFF;
  z-index: 2;
}
.video-banner .banner-caption h1, .video-banner h1{
    color: #FFF;
    font-size: 2rem;
}
.banner-btn {
  padding: 10px 12px;
  display: inline-block;
  border-radius: 0.25rem;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  transition: transform .4s;
  cursor: pointer;
  text-transform: uppercase;
}
.banner-btn:hover{
    transform: scale(1.05);
    background: #d8131b;
    color: #FFF;
}
/* .hide-caption{
  visibility: hidden!important;
} */
.right-content-box {
  min-width: 352px;
}
.initial-text-show{
  display: flex;
  transition-delay: 1s;
}
.after-text-show{
  transition-delay: 2s;
}
.hide{
}
/* SCROLL DOWN ARROW CSS - START */
.sd-arrow-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sd-arrow-container a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.sd-arrow-container a span {
  position: relative;
  top: 38px;
  font-weight: bold;
}
.sd-arrow {
  box-sizing: border-box;
  height: 3vw;
  width: 3vw;
  border-style: solid;
  border-color: white;
  border-width: 0px 4px 4px 0px;
  /*transform: rotate(45deg);*/
  transition: border-width 150ms ease-in-out;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}
.sd-arrow:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    opacity: 0.4;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(20px, 20px);
    opacity: 0.4;
  }
}
/* SCROLL DOWN ARROW CSS - END */
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width: 768px)
    and (max-width: 1024px) {
      #videoBG{
        margin: 0 auto;
        width: 100%;
      }
}
@media (max-width: 1024px) {
.video-banner, .video-overlay{ margin-left: -15px; margin-right: -15px; width: 100vw;}
  .call-to-action-section, .carousel-section-dark{margin-left: -15px;margin-right: -15px;}
}
@media (max-width: 767px) {
    /*#videoBG {
      width: 100%;
    }*/
    .video-banner, .video-overlay{
      height: 70vh;
    }
    .video-banner .banner-caption{
      top: 22%;
      width: 80%;
    }
    .video-banner .banner-caption .caption-one, .video-banner .banner-caption .caption-two{
      font-size: 14px;
    }
    .video-banner .banner-caption .caption-three{
      font-size: 20px!important;
    }
    .video-banner .banner-caption .banner-btn{
      font-size: 14px!important;
      padding: 6px 8px;
    }
    /*
    body {
        background: url('poster.jpg');
        background-size: cover;
    }
    */
}