﻿
@media only screen and (max-width: 850px) {
    .top_banners_left, .top_banners_right, .bullets {
        display: none !important;
    }
}

@media only screen and (max-width: 650px) {
    section.comp-home > article.icons {
        height: 655px !important;
    }

        section.comp-home > article.icons > .line-child > .stuff > a {
            width: 33% !important;
            height: 155px !important;
            margin: 35px 15px !important;
        }

    section.comp-home > article.icons {
        display: block !important;
    }

        section.comp-home > article.icons > .line-child > .stuff > span {
            margin-top: 21% !important;
        }
}
