/* FTV */
.brand_mobileRowImg{
  background-color: #006fe8;
}

button.brand_scrollTop{
  background-color: #006fe8;
}

button.brand_scrollTop:hover, .button.brand_scrollTop:focus {
  background-color: #00b2e8;
}

@media (min-width:1280px) {
  .brand_basic_carousel_detailed div.brand_videoItem {
    --numberOfVideos: 4
  }

  img.brand_navLogo {
    background-color: #006fe8;
    height: 44px;
    padding: 4px 0;
  }

  /* .video_info:hover .video_title {
    color: #000;
  } */
}

@media (max-width: 1279px) {
  div.brand_nav {
    background-color: #006fe8;
  }
}

@media (max-width: 480px) {
  .brand_basic_carousel_detailed div.brand_videoItem {
    --numberOfVideos: 1.33;
  }

  .brand_movie_carousel div.brand_videoItem {
    --numberOfVideos: 2;
  }
}