/* mobile fixes */

@media (max-width: 992px) {
    .page-type-video .play-button-overlay::after {
        background: none;
    }
}

@media (max-width: 767px) and (min-width: 681px) {
    body .intro-header .video-js {
        height: auto !important;
        width: auto !important;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container .navbar-brand {
        color: black;
    }

    .darken {
        background: none;
    }

    #letter-to-ane .darken img {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .container ul#as-toplinks li {
        float: left;
        width: 50%;
        font-size: 14px;
        padding: 0;
    }

    #bs-example-navbar-collapse-1 li .social-icon {
        display: none;
    }

    .banner-container .social-bar {
        top: 15px;
    }

    .page-type-listing .listing-page-wide h2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 60px;
    }

    .page-type-listing .listing-page-wide .video-listing-grid {
        margin-top: 60px;
    }

    .page-type-listing .listing-page-wide h2:first-child,
    .page-type-listing .listing-page-wide h2 + .video-listing-grid {
        margin-top: 0;
    }

    .banner-container {
        min-height: initial !important;
    }

    .video-thumb + .right-link {
        width: auto;
        margin-top: 8px;
    }

    h3 {
        line-height: 18px;
    }

    .video-listing h3 {
        margin-top: 3px;
    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .intro-header .video-caption {
        color: black;
    }

    h3#king-of-queens-lady,
    .sidebar h3 {
        font-size: 17px;
    }

    .play-button-overlay figcaption {
        font-size: 1em;
        line-height: 1.1em;
    }

    section#letter-to-ane {
        max-width: 200px;
        margin: 0 auto;
    }

    .intro-header .site-heading .subheading {
        font-size: 14px;
        padding: 5px 0;
    }

    hr.small {
        border-width: 2px;
        margin: 5px auto;
    }

    .editing .body-area .editable-body-holder,
    .body-area .editable-body-holder {
        margin: 0;
        width: 100%;
    }

    .related-articles {
        margin-bottom: 0;
    }

    .navbar-brand {
        height: auto;
    }

    .body-area .remini-related-videos h3,
    .path-topics .listing-page .item-listing a h3 {
        font-size: 17px;
        line-height: 17px;
        margin-top: 0;
    }

    .path-topics .listing-page .item-listing a p {
        font-size: 16px;
    }

    h2 {
        font-size: 20px;
    }

    /* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
    .body-area a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;

        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;

        /* Instead use this non-standard one: */
        word-break: break-word;
        hyphens: auto;
    }

    body.home-page .intro-header {
        height: 600px;
    }

    body.home-page .intro-header .header-slider-container-outer {
        top: 251px;
    }
    
    body.home-page .header-quote-wrapper {
        display: none;
    }

    body.home-page .replay-button {
        display: none;
    }
}
