there is a problem, if I leave this code:
.owl-carousel .owl-item {
max-height: 624px;
} <-------------- slide looks good in desktop version, but if I delete this code and replace it with the one you are telling me
this one:
@media(max-width:468px){
.owl-carousel .owl-item {
max-height: 460px;
}} <--------- looks good in mobile have a max heigh, but desktop have again the problem with slide have diferent heighs, what can I do?
if you go to website now www.ticamexhn.com you will see slideshow in desktop looks bad again and in mobile version looks good, but because I replace the code. please help me