@media (min-width:1200px){
    #responsive_check {
        width: 1200px;
    }



    /* BANNER BIG */
    .banner_big_images_holder,
    .banner_big_images_holder_ani{
        height: 480px;
    }
    .banner_big_page,
    .banner_big_page .banner_big_images_holder_ani{
        /*height: 315px;*/
        }
        .banner_big_item_text_holder {
            position: absolute;
            top: 180px;
        }
        .banner_big_item_text_holder_text {
            font-size: 18px;
            line-height: 24px;
        }

    .target_featured_holder {
        padding: 125px 0 115px;
        }

    .video_home {
        height: 486px;
        }
        .video_home_play {
            padding-top: 170px;
        }

    /* LOCATIONS OVERVIEW PAGE */
    .location_overview_text {
        width: 50%;
    }
    .location_overview_grid {
        width: 50%;
    }

}