.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body {
    overflow-x: hidden;
}

@media screen and (min-width: 963px) and (max-width: 1484px) {

    .mobile-thumbs img {
        width: 19.5%;
        /*width: 24.9%;*/
        height: auto;
    }

    .top-desc {}

    .logo img {
        width: 150px;
        height: 45px;
    }

    .top-desc span,
    .top-desc div,
    .top-desc h1 {

        font-size: 13px;
        line-height: 1;

    }
}

@media screen and (min-width: 723px) and (max-width: 962px) {

    .mobile-thumbs img {
        width: 24.5%;
        /*width: 33.2%;*/
        height: auto;
    }

    .top-desc {}

    .logo img {
        width: 150px;
        height: 45px;
    }

    .top-desc span,
    .top-desc div,
    .top-desc h1 {

        font-size: 12px;
        line-height: 1;

    }
}

@media screen and (min-width: 100px) and (max-width: 722px) {

    .mobile-thumbs img {
        width: 32.8%;
        /*width: 50%;*/
        height: auto;
    }

    .logo img {
        width: 150px;
        height: 45px;
    }

    .top-desc span,
    .top-desc div,
    .top-desc h1 {

        font-size: 11px;
        line-height: 1;

    }

}
