Hello, in the "JA Purity IV-JACM Hero Style1 - Slideshow" would you help me on fixed width and height of images to as we want. I had tried in custom.css with below but not get what I want.
For Slide show
.acm-hero.style-1 .owl-carousel .owl-stage-outer {
width: 100%;
height: 0;
padding-top: calc(2/3*100%);
}
@media (min-width: 768px) {
.acm-hero.style-1 .owl-carousel .owl-stage-outer {
padding-top: calc(1/2*100%);
}
}
.acm-hero.style-1 .owl-carousel .owl-stage-outer .owl-stage {
position: absolute;
top: 0;
bottom: 0;
}
.acm-hero.style-1 .owl-carousel.owl-drag .owl-item {
height: 100%
}
.acm-hero.style-1 .acm-hero-item {
background-size: cover;
display: flex;
align-items: center;
height: 100%;
}