/*
 Theme Name: TiVo Child Theme
 Theme URI: http://5ivecanons.com
 Author: 5ivecanons
 Author URI: https://5ivecanons.com
 Template: tivo-theme
 Description: This is the child theme for TiVo theme.
 Version: 1.0.0
 Text Domain: tivo-child-theme
 Tags: TiVo
*/

#download-mobile-app {
    background-color:#1d1f20;
    overflow: hidden;
}

#download-mobile-app .hero-bg-image {
    top:50%;
    left:50%;
    max-width:1440px;
    transform:translate(-50%, -50%);
}

#download-mobile-app .hero-content {
    align-items:flex-end;
}
#download-mobile-app .hero-content .hero-nav-container {
    max-width:50%;
    margin:0 0 1.875rem 0;
}

#download-mobile-app .hero-content .hero-nav-container h2 {
    font-family: "gotham", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight:700;
    font-size: 2.125rem;
    line-height: 2.375rem;
}

@media screen and (min-width:768px) {
    #download-mobile-app .hero-content .hero-nav-container {
        max-width:395px;
    }
}

@media screen and (min-width:1025px) {

    #download-mobile-app .hero-bg-image {
        height:auto;
    }

    #download-mobile-app .hero-container {
        max-width: 1440px;
        aspect-ratio: 16 / 9;
    }

    #download-mobile-app .hero-content {
        height:auto;
    }

    #download-mobile-app .hero-content .hero-nav-container {
        margin-left: -76px;
        margin-right: 76px;
    }
    #download-mobile-app .hero-content .hero-nav-container h2 {
        font-size:3.25rem;
        line-height:3.375rem;
    }
}

@media screen and (max-width:768px) {
  .page-id-18 img.wp-image-198 {
    float: none !important;
  }
}
