/* mobile style*/
@media only screen and (max-width: 768px) {
    .story__spotlight .story__thumbnail, .story__grid .story__thumbnail {
        width: 100%;
        display: inline-block;
        height: 200px;
    }

    .story__horizontal .story__thumbnail {
        width: 150px;
        height: 120px;
    }

    .story__spotlight .story__summary h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .story__spotlight {
        margin-bottom: 15px;
    }

    .story__horizontal .story__summary {
        width: calc(100% - 150px);
        float: left;
        padding-left: 10px;
    }

    .story__horizontal .story__summary .summary-excerpt {
        display: none;
    }

    .story__horizontal .story__summary h3 {
        font-size: 16px;
    }

    .breadcrumbs__subcate {
        display: none;
    }

    .breadcrumbs__headline .headline {
        font-size: 25px;
    }

    .home-post-story .story__thumbnail {
        width: 100%;
        height: 200px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px !important;;
        border-top-right-radius: 5px !important;
    }

    .home-post-story .story__thumbnail img {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px !important;;
        border-top-right-radius: 5px !important;
    }

    .home-post-story .story__summary h3 {
        font-family: "NotoSerif" !important;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    .story--video.large {
        width: 100%;
        height: 354px;
        overflow: hidden;
        position: relative;
    }

    .story--video.large .video-meta .story__title {
        width: 85%;
    }

    .story--video .video-meta {
        bottom: 15px;
    }

    .slide-post .owl-dots, .zone__heading .subcate {
        display: none;
    }

    .zone {
        margin-bottom: 20px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

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

}