.htestim .cycle-slide { }
.htestim .himg,
.htestim .htxt { margin: 0 auto;
}
.htestim {
position: relative;
}
#prev,
#next {
position: absolute;
bottom: 50%;
transform: translateY(50%);
z-index: 101;
}
#prev {
left: 20px;
}
#next {
right: 20px;
}
#prev img,
#next img {
width: 35px;
}
#next img {
transform: rotate(90deg);
}
#prev img {
transform: rotate(-90deg);
}
.htestim .htxt {
width: 100% !important;
padding: 0 !important;
}
@media screen and (min-width: 768px) {
.htestim .cycle-slide {
width: 100%;
right: unset;
}
.htestimw {
max-width: 650px !important; align-items: center;
}
.htestim .htxt {
width: 60% !important;
padding: 0 0 0 7.8% !important;
}
}
@media screen and (min-width: 1024px) {
.htestimw {
max-width: 769px !important;
}
#prev {
left: 20px;
}
#next {
right: 20px;
}
}
@media screen and (min-width: 1280px) {
.htestimw {
max-width: 1020px !important;
}
}
@media screen and (min-width: 1370px) {
#prev {
left: 20px;
}
#next {
right: 20px;
}
}
@media screen and (min-width: 1536px) {
#prev {
left: 20px;
}
#next {
right: 20px;
}
}