#slideshow0 {
    display: block;
}
.disabled {
    display: none;
}

#slideshow0 .owl-nav {
    position: absolute;
    z-index: 10000;
    top: 190px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
}

#slideshow0 .owl-nav img {
    width: 26px;
    height: 30px;
}

@media (max-width: 1079px) {
    #slideshow0 img {
        height: 37vw;
    }
}


@media only screen and (max-width: 790px) {
    #slideshow0 img {
        height: 39.2vw;
    }

    #slideshow0 .owl-nav {
        top: 160px;
    }
}

@media only screen and (max-width: 640px) {
    #slideshow0 .owl-nav {
        display: none;
    }
}