@media screen and (max-width: 375px) {

    /*.navbar-brand {
        padding-left: 0px;
    }*/


    .news_right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand-text {
        display: none;
    }
    .brand-text h6 {
        font-size: 10px;
    }


}
@media (max-width: 465px) {
    .brand-text h6 {
        font-size: 8px;
    }



}

@media (max-width: 325px) {


}
@media screen and (max-width: 1680px) {

    /*.navbar-brand {
        padding-left: 220px;
    }*/

}

@media screen and (max-width: 1440px) {



}

@media screen and (max-width: 1024px) {



}

@media (max-width: 992px) {
    .horz-fill .img_wraper {
        height: auto;
    }

    .horz-fill .img_wraper img {
        position: static;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }

    #button-list .d-grid {
        /* one button each row in mobile/tab */
        grid-template-columns: auto;
    }

    .isotope-overlay h3 {
        margin-top: 40px;
    } 
    .news_right {
        height: 300px;
    }
}

@media (max-width: 768px) {

    .isotope-overlay h3 {
        margin-top: 60px;
    }

    .news_right {
        height: 300px;
    }

    /*.news-left{*/
    /*width: 100%;*/
    /*}*/
}

@media (max-height: 480px) {
    .carousel-caption {

    }
    .brand-text{
        margin-left: 30px 15px;
    }

}



@media (max-width: 580px) {
    .news_right {
        height: 300px;
    }

    .marquee {
        display: none;
    }

}

