[data-am-gallery] {
    position: relative;
    width: 100%;
    height: 96vh;
    margin-top: 35px;
    background-color: #fff;
    /* Navigation */
}

[data-am-gallery] input[type="radio"] {
    position: fixed;
    top: -9999px;
}

[data-am-gallery] input[type="radio"]:checked:nth-child(5)~.images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(5){opacity:1}
[data-am-gallery] input[type="radio"]:checked:nth-child(5)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(5){background-color:#ed0779}
[data-am-gallery] input[type="radio"]:checked:nth-child(5)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(5):hover{opacity:1}


[data-am-gallery] input[type="radio"]:checked:nth-child(4)~.images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(4){opacity:1}
[data-am-gallery] input[type="radio"]:checked:nth-child(4)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(4){background-color:#ed0779}
[data-am-gallery] input[type="radio"]:checked:nth-child(4)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(4):hover{opacity:1}


[data-am-gallery] input[type="radio"]:checked:nth-child(3)~.images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(3){opacity:1}
[data-am-gallery] input[type="radio"]:checked:nth-child(3)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(3){background-color:#ed0779}
[data-am-gallery] input[type="radio"]:checked:nth-child(3)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(3):hover{opacity:1}



[data-am-gallery] input[type="radio"]:checked:nth-child(2)~.images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(2){opacity:1}
[data-am-gallery] input[type="radio"]:checked:nth-child(2)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(2){background-color:#ed0779}
[data-am-gallery] input[type="radio"]:checked:nth-child(2)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(2):hover{opacity:1}



[data-am-gallery] input[type="radio"]:checked:nth-child(1)~.images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(1){opacity:1}
[data-am-gallery] input[type="radio"]:checked:nth-child(1)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(1){background-color:#ed0779}
[data-am-gallery] input[type="radio"]:checked:nth-child(1)~.navigation-fullscreen-slideshow .dot-fullscreen-slideshow:nth-child(1):hover{opacity:1}




[data-am-gallery] .image-fullscreen-slideshow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-am-gallery] .navigation-fullscreen-slideshow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-am-gallery] .dot-fullscreen-slideshow {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

[data-am-gallery] .dot-fullscreen-slideshow:hover {
    opacity: 0.8;
}

/* Base */



.container-fullscreen-slideshow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 101vh;

}

@media screen and (max-width: 1216px) {
    [data-am-gallery] .navigation-fullscreen-slideshow {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1024px) {

    [data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(1) {
        background-position: right center;
    }
}

@media screen and (max-width: 768px) {

    [data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(1) {
        background-position: right -276px center;
    }

    [data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(2) {
        background-position: left -41px center;
    }

    [data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(3) {
        background-position: right -170px center;
    }

    [data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(4) {
        background-position: left -121px center;
    }
}



@media screen and (max-width: 480px) {

    [data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(1) {
        background-position: right -276px center;
    }

    [data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(2) {
        background-position: left -124px center;
    }

    [data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(3) {
        background-position: right -228px center;
    }

    [data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .images-fullscreen-slideshow .image-fullscreen-slideshow:nth-child(4) {
        background-position: left -185px center;
    }
}


