Кастомизация слайдера изображений

/*Слайдер*/
.rsContent {
    border-radius: 10px;
    overflow: hidden;
}
.rsContent img {
    border-radius: 10px;
}
.rsThumbsHor {
    margin-top: 15px;
    height: 100px;
}
.rsThumbsContainer {
	transform: none!important;
	width: auto!important;
}
.rsThumb {
	margin-right: 15px!important;
    width: 20%;
    height: auto;
}
.rsThumb.rsNavSelected {
    background: #607D8B;
}
.royalSlider .rsThumb img, .rsThumb.rsNavSelected {
    border-radius: 5px;
}
.royalSlider .rsThumb img {
    height: 100px;
    object-fit: cover;
    object-position: bottom;
}
/*Конец слайдер*/