/*------------------------------------*\
    LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
    END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
    LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 734px) {
  .section-value-props .tile-big-screen { height: 420px; }
  .section-value-props .tile-big-screen.show-cta .alt-cta { bottom: -55px; }
}

.section-rooms .video-wrapper .room-title p a {
  color: transparent;
}
.section-rooms .video-wrapper .room-title-tv-plus span a {
  color: #06c;
}

.section-router .tv-app-router {
  background: #f1f1f4;
}
.section-router .lower-container .image-tv-app-container {
  --p-width: 989px;
  --p-height: 556px;
  margin-left: 45px;
}
@media only screen and (max-width: 1068px) {
  .section-router .lower-container .image-tv-app-container {
    --p-width: 532px;
    --p-height: 299px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 734px) {
  .section-router .lower-container .image-tv-app-container {
    --p-width: 379px;
    --p-height: 146px;
    margin-left: 0;
    margin-top: 23px;
  }
}
@media only screen and (max-width: 734px) {
  .section-router .lower-container {
    height: 350px;
  }
}

/*------------------------------------*\
    END LOCAL FIXES
\*------------------------------------*/
