@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .list-services-new ul li {
        width: 33.33333333%;
    }

    .product-background .deal-homepage .image-container {
        float: none;
        width: 100%;
    }

    .product-background .deal-homepage .product-item-details {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-services-new ul li {
        width: 50%;
    }

    .product-background .deal-homepage .image-container {
        float: none;
        width: 100%;
    }

    .product-background .deal-homepage .product-item-details {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .deal-background .block .block-content,
    .deal-background .block .block-title {
        width: 100%;
        float: none;
    }

    .deal-background.clock-background {
        background-position: center 47px;
    }

    .block-background .block-products {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .block-background .block-banner {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .list-services-new ul li {
        width: 50%;
    }

    .product-background .deal-homepage .image-container {
        float: none;
        width: 100%;
    }

    .product-background .deal-homepage .product-item-details {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .deal-background .block .block-content,
    .deal-background .block .block-title {
        width: 100%;
        float: none;
    }

    .deal-background.clock-background {
        background-position: center 47px;
    }

    .block-background .block-products {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .block-background .block-banner {
        float: none;
        width: 100%;
    }

    .grid-20 .banner-image img {
        width: 100%;
    }

    .static-deals {
        display: block;
        .clearfix();
    }

    .static-deals .deal-item {
        width: 50%;
        float: right;
    }
}

@media (max-width: 480px) {
    .list-services-new ul li {
        width: 100%;
    }

    .deal-background {
        padding: 10px;
    }
}