.title{
    font-family: "Literata";
}
img{
    width: unset ;
}
.row{
    margin-bottom: 15px;
    justify-content: center;
}
.img_background{
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    padding-bottom: 50px;

}
.row div img{
    opacity: 0.7;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    width: 100%;
}
.row div img:hover{
    opacity: 1;
    transform: scale(1.1);
}
#over_img{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
}
#counter{
    color: white;
    text-align: center;
    z-index: 4;
    float: right;
}
#over_img_background{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    background-color: black;
    opacity: 0.7;
}
#display_image_container{
    margin: auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
}
#display_image{
    width: 100%;
    display: block;
    margin: auto;
}
#over{
    display: none;
    transition: 0.4s ease-in-out;
}
.container_photo{
    padding: 20px;
    
}
@media (max-width:767.8px) {
    .img_background{
        width: 50%;
    }
}
@media (max-width:575.8px) {
    .img_background{
        width: 100%;
    }
}
.scroll_buttons{ 
    position: absolute; 
    z-index: 3; 
    font-size: 50px;
    color: white;
    cursor: pointer;
}