.max-width-1200 {
max-width: 1920px;
}

@media (min-width: 979px){
.col-sm-4 {
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media (min-width: 979px){
.col-xl-2{
    flex: 0 0 15%;
    max-width: 15%;
}
.col-xl-10{
    flex: 0 0 85%;
    max-width: 85%;
}
}
#projector_producttraits{
    display: none!important;
}/*Modyfikacja wyglądu podstron CMS*/
@media (max-width: 757px){
div#blog-item ._ae_desc div {
    flex-direction: column;
    width: 100% !important;
}
#news_item ._ae_desc div {
    flex-direction: column !important;
    width: 100% !important;
}
#Text ._ae_desc div {
    flex-direction: column !important;
    width: 100% !important;
}
#projector_longdescription div {
    flex-direction: column !important;
    width: 100% !important;
}
}