.reccomends .plugin--container{position:relative;display:flex;flex-wrap:wrap}
.reccomends__single-el{width:25%;padding:0;box-sizing:border-box;margin:0 0 40px;overflow:hidden}
.reccomends--5-in-row .reccomends__single-el{width: 18.0%; margin: 0 1% 40px;}
.reccomends--4-in-row .reccomends__single-el{width: 23.0%; margin: 0 1% 40px;}
.reccomends--3-in-row .reccomends__single-el{width:31.3%; margin: 0 1% 40px}
.reccomends--2-in-row .reccomends__single-el{width:48%; margin: 0 1% 40px;}
.reccomends__h2{display:block;margin:0 0 10px}
.reccomends__title--right{text-align:right;margin-bottom:20px}
.reccomends__img-container{overflow:hidden;margin-bottom:10px}
.reccomends__img{display:block;overflow:hidden;width:100%;transform:scale(1);transition:all .5s ease-in-out 0s}
.reccomends__single-el:hover .reccomends__img{transform:scale(1.1)}
.reccomends__txt{display:block;overflow:hidden}
.reccomends__iframe-container 	{position: relative; height: 0; padding-bottom: 62.55%; margin: 0 0 10px 0;}
.reccomends__iframe-container iframe	{position: absolute; width: 100%; height: 100%; left: 0; background-color:#efefef;}
@media(max-width:1000px){
.reccomends--5-in-row .reccomends__single-el	{width: 23.0%;}
}
@media(max-width:768px){
.reccomends--5-in-row .reccomends__single-el,
.reccomends--4-in-row .reccomends__single-el	{width:31.3%;}
}
@media(max-width:576px){
.reccomends--5-in-row .reccomends__single-el,
.reccomends--4-in-row .reccomends__single-el,
.reccomends--3-in-row .reccomends__single-el	{width:48%;}
.reccomends__h2,
.reccomends__txt	{padding:0 10px}

}
@media(max-width:360px){
.reccomends--5-in-row .reccomends__single-el,
.reccomends--4-in-row .reccomends__single-el,
.reccomends--3-in-row .reccomends__single-el,
.reccomends--2-in-row .reccomends__single-el	{width:98%;}
}