@media (min-width:992px){
    #responsive_check {
        width: 992px;
    }

    /* HEADER */
    .navbar-brand {

        }
        .navbar-brand img {
            /* size of the logo */
            height: 100%
        }



    /* BANNER BIG */
    .banner_big_images_holder,
    .banner_big_images_holder_ani{
        /*height: 508px;*/
        }
    .banner_big_page,
    .banner_big_page .banner_big_images_holder_ani{
        /*height: 211px;*/
        }
        .banner_big_item_container {
            top: 130px;
        }
        .banner_big_item_text_holder {
            position: absolute;
            top: 80px;
        }
        /* size changes */
        .banner_big_item_title {
            padding: 5px 22px 13px;
            font-size: 42px;
            line-height: 42px;
            margin-left: 0;
            margin-right: 61px;
        }
        /* positioning changes */
        .btn_big {
            top: 92px;
        }
    .banner_big_images_footer h3 {
        font-size: 37px;
        line-height: 66px;
    }

    .target_featured_holder {
        padding: 100px 0 85px;
        }
        .target_featured_item {
            width: 25%;
            margin-bottom: 0em;
            }

    .video_home {
        height: 403px;
        }
        .video_home_play {
            padding-top: 150px;
        }

    .team_home_team_image {
        width: 180px;
    }

    /* LOCATIONS OVERVIEW PAGE */
    .location_overview_text {
        width: 40%;
    }
    .location_overview_grid {
        width: 60%;
    }


    /* BLOG LISTER */
    .blog_lister_title,
    .blog_lister_title a {
            /*font-size: 28px;*/
            /*line-height: 28px;*/
        }


    /* SIDEBAR */
    .sidebar h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}