@media not all and (min-width: 1024px) {


}


.wp-block-acf-slider-images {
    width: 100% !important;
}

.img-preview-slider:nth-child(1),
.img-preview-slider:nth-child(3) {
    width: 25%;
    height: auto;
    aspect-ratio: 364/457;
    max-height: 457px;
    object-fit: cover;
}

.img-preview-slider:nth-child(2) {
    width: 50%;
    height: auto;
    aspect-ratio: 624/573;
    max-height: 573px;
    object-fit: cover;
}

.slider-image-btn-prev,
.slider-image-btn-next {
    width: 48px;
    height: 48px;
    border: solid 1px #CC0000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s ease-out;
}

.slider-image-btn-prev:hover,
.slider-image-btn-next:hover {
    background-color: #CC0000;
}

.slider-image-btn-prev svg,
.slider-image-btn-next svg{
    stroke: #CC0000;
    fill: #CC0000;
    transition : all 0.3s ease-out;
}

.slider-image-btn-prev:hover svg,
.slider-image-btn-next:hover svg {
    stroke: #F5F5F5;
    fill: #F5F5F5;
}
