
.video_banner {
   display: flex;
   width: 100%;
   height: 500px;
   justify-content: center;

}

.video_hero {
   width: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: 50% 50%;
   object-position: 50% 50%;
   font-family: "object-fit: cover;";
}
.video_banner a {
   text-decoration: none;
}
.row {
   display: flex;
   flex-direction: row;
   justify-content: center;
}
.row .button {
   display: flex;
   font-weight: 600;
   justify-content: center;
   line-height: 48px;
   border-radius: 24px;
   background: #28343d;
   padding: 0 15px;
   margin: 16px 15px 0 15px;
   width: 320px;
   letter-spacing: 2.2px;
   font-size: 12px;
   color: #ffffff;
   text-decoration: none;
}

.hero_copy_block .hero_title {
   font-family: "rooster";
   font-weight: bold;
   font-size: 35px;
   line-height: 50px;
text-align:center
}
.hero_copy_block {
   width: 100%;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 20px 0 30px 0;
}

.hero_copy_block .subtitle {
   font-weight: 200;
   font-size: 22px;
   line-height: 40px;
}

@media only screen and (max-width: 1440px) {
   .video_banner {
      height: 450px;
   }
}

/* Landscape*/

@media only screen and (min-device-width: 1440px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
   .video_banner {
      height: 450px;
   }
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
   .video_banner {
      height: 450px;
   }
}

@media only screen and (max-width: 1023px) {
   .hero_copy_block .hero_title {
      font-size: 24px;
      line-height: 36px;
   }
.hero_copy_block .subtitle {
   font-size: 18px;
   line-height: 32px;
}

   .video_banner {
      height: 400px;
   }
   .hero_copy_block {
      padding: 16px 0 24px 0;
   }

   .row .button {
      line-height: 34px;
      padding: 0 8px;
      margin: 8px 8px 0 8px;
      width: 258px;
      font-size: 11px;
   }
}

@media only screen and (max-width: 767px) {
   .video_banner {
      height: 320px;
   }
   .row {
      margin: 8px auto 0 auto;
      flex-direction: column;
   }
   .hero_copy_block {
      padding: 16px 0;
   }

   .hero_copy_block .hero_title {
      font-size: 20px;
      line-height: 32px;
   }
   .mob_hide {
      display: none;
   }
}
@media only screen and (max-width: 440px) {
   .video_banner {
      height: 280px;
      margin-top: 0;
   }
   .video {
      padding: 0;
   }
   .row .button {
      margin: 8px;
   }
}

@media only screen and (max-width: 375px) {
   .video_banner {
      height: 240px;
   }
}