.elementor-widget-au-location-slides > .elementor-widget-container {
    margin-bottom: 20px;
}

.au-location_slides-container {
    position: relative;
}
.au-location_slides-wrapper .slide-bg img {
    object-fit: cover;
    width: 100%;
    height: 540px;
}
.au-location_slides-wrapper button.slick-arrow {
    background-color: transparent;
    color: #ffffff;
}

.au-location_slides-container .slick-arrow {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #4A90E2;
    color: #ffffff;
    border-radius: 50%;
    padding: 5px;
}
.au-location_slides-container .location_slides-next {
    right: 10px;
}
.au-location_slides-container .location_slides-prev {
    left: 10px;
}


@media (max-width: 767px) {
    .au-location_slides-wrapper .slide-bg img {
        height: 300px;
    }
}
