/**************************
 * Gallery
 *************************/
.twc-gallery__slider-item__inner {padding-top:35%;}
.twc-gallery__slider .slick-prev {left:-22px;}
.twc-gallery__slider .slick-next {right:-22px;}

/**************************
 * RESPONSIVE
 *************************/
@media only screen and (max-width:1024px) {
    .twc-gallery__slider .slick-prev {left:-10px;}
    .twc-gallery__slider .slick-next {right:-10px;}
}

@media only screen and (max-width:768px) {
    .twc-gallery__slider-item__inner {padding-top:47%;}
}
@media only screen and (max-width:480px) {
    .twc-gallery__slider-item__inner {padding-top:61.5%;}
}