@media only screen and (max-width: 1041px) {
    .details-content{
        padding-left: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .product-view .content-details .content-wrapper{
        margin-top: 14px;
        padding-left: 0;
    }
    .product-view .content-details .content-wrapper .col-md-4{
        padding-right: 0;
    }
}
@media only screen and (max-width: 852px) {
    .product-image .video-content img{
        margin: 0 auto;
    }
    .product-image .video-content img.webinars {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .product-view .product-img-box .product-name h1{
        display: none;
    }
    .products-list > li .product-image img.product-image-list{
        margin-left: -59px;
    }
    .cms-home-library .full-page .main-container .col-main .banner-content {
        display: none;
    }
}
@media only screen and (max-width: 620px) {
    .recommended .products-grid > li{
        width: 46%;
    }
    .recommended .products-grid > li:nth-child(3n+1){
        clear: none;
    }
    .recommended .products-grid > li:nth-child(3n){
        margin-right: 3.7037%;
    }
}
@media only screen and (max-width: 600px) {
    .products-list > li .product-image{
        width: 100%;
    }
    .products-list .product-shop{
        display: block;
        float: left;
        margin: 0 auto;
        width: 100%;
    }
    .products-list > li{
        height: auto;
    }

    .products-list > li .product-image img.product-image-list{
        margin: 0 auto;
    }
}
@media only screen and (max-width: 500px) {
    .product-image .video-content span{
        display: none;
    }
}
@media only screen and (min-width: 771px) {
    .cms-home-library .full-page .main-container .main .banner-content-device .banner-content {
        display: none;
    }
}