﻿.overlay-carousel {
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    z-index: 10;
}

img {
    max-width: 100%;
    max-height: 100vh;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px
}
.download-button {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 10px;
    color: #666;
}
.download-button:hover{
    color: #000;
}


.nome-imagem {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align:center;
    z-index: 1;
    width: 100%;
    bottom: 10px;
}

.pointer {
    cursor: pointer;
}

/*@media (max-width: 775px) {
    .nome-imagem {
        left: 35%;
    }
}

@media (max-width: 600px) {
    .nome-imagem {
        left: 25%;
    }
}*/