﻿.custom-slide {
    align-items: center;
    display: flex;
    flex-flow: column;
}


.custom-slider-prev, .custom-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    user-select: none;
}

.custom-slider-prev {
    left: 10px;
}

.custom-slider-next {
    right: 10px;
}

.custom-slider-image {
    /*aspect-ratio: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
}

.custom-slider-watermark {
    width: 130px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    opacity: 0.7;
    z-index: 289;
}

.image-protector {
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
	//opacity: 0.5;
}

@media only screen and (min-width : 320px) {
    .custom-lanscape-image-slider {
        width: 95%;
        height: 80%;
    }

    .custom-portrait-image-slider {
        width: 83%;
        height: 70%;
    }

    .custom-square-image-slider {
        width: 90%;
        height: 90%;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .custom-lanscape-image-slider {
        width: 95%;
        height: 80%;
    }

    .custom-portrait-image-slider {
        width: 83%;
        height: 70%;
    }

    .custom-square-image-slider {
        width: 90%;
        height: 90%;
    }
}

@media only screen and (min-width : 768px) and (min-width : 992px) {
    .custom-lanscape-image-slider {
        width: 75%;
        height: 70%;
    }

    .custom-portrait-image-slider {
        width: 50%;
        height: 70%;
    }

    .custom-square-image-slider {
        width: 50%;
        height: 50%;
    }
}

@media only screen and (min-width : 1200px) {
    .custom-lanscape-image-slider {
        width: 80%;
        height: 80%;
    }

    .custom-portrait-image-slider {
        width: 35%;
        height: 70%;
    }

    .custom-square-image-slider {
        width: 35%;
        height: 35%;
    }
}

/*@media only screen and (min-width : 320px) {
    .custom-lanscape-image-slider {
        width: 85vw;
        height: 90vh;
    }

    .custom-portrait-image-slider {
        width: 50vw;
        height: 85vh;
    }

    .custom-square-image-slider {
        width: 100vw;
        height: 50vh;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .custom-lanscape-image-slider {
        width: 100vw;
        height: 30vh;
    }

    .custom-portrait-image-slider {
        width: 100vw;
        height: 35vh;
    }

    .custom-square-image-slider {
        width: 100vw;
        height: 30vh;
    }
}

@media only screen and (min-width : 768px) and (min-width : 992px) {
    .custom-lanscape-image-slider {
        width: 80vw;
        height: 85vh;
    }

    .custom-portrait-image-slider {
        width: 100vw;
        height: 80vh;
    }

    .custom-square-image-slider {
        width: 100vw;
        height: 50vh;
    }
}

@media only screen and (min-width : 1200px) {
    .custom-lanscape-image-slider {
        width: 100vw;
        height: 80vh;
    }

    .custom-portrait-image-slider {
        width: 60vw;
        height: 100vh;
    }

    .custom-square-image-slider {
        width: 50vw;
        height: 50vh;
    }
}*/