@media (max-width: 664px) {
    .shortcode_slideshow_container {
        text-align: center;
    }

    .shortcode_slideshow_container .one_fourth {
        display: inline-block;
        float: none !important;
    }

    .shortcode_slideshow_container .one_fourth .last {
        float: none !important;
    }

    .shortcode_slideshow_container .one_fourth {
        padding-right: 7px !important;
    }

}

@media (max-width: 642px) {
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 981px) {
    .home .three_blocks .one_third .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .home .three_blocks .one_third .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}