
.list_sub_image_container {
    min-width: 20%;
    max-width: 100%;
    overflow: hidden;
    min-height: 250px;
}

img.abs {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.list_image_container {
    min-width: 20%;
    max-width: 100%;
    overflow: hidden;
    min-height: 250px;
    /*align-items: center;*/
    align-content: center;
}

img.abs2 {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
}


.three_slider_image_container {
    min-width: 20%;
    max-width: 100%;
    overflow: hidden;
    max-height: 500px;
}

img.three_slider_image_container-abs2 {
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.loader-content {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3f78e0;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
