#baguetteBox-overlay .full-image img{
    border-radius: 10px !important; 
}

#baguetteBox-overlay .full-image {
    padding: 40px 10px;
}
.pictures{
    min-height: 600px;
}
.pictures h1{
    font-size: 42px;
    letter-spacing: 3px;
    background-color: #fff3f3;
    text-transform:uppercase;
}

.pictures .card{
    box-shadow: 0 5px 10px -5.8px;
    border-radius:0;
    padding: 5px;
}

.pictures .pics{
    overflow: hidden;  
}

.pictures .pics a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    transition: 0.5s all ease-in-out;
}
.pictures .pics a img:hover{
    transform: scale(1.06);
    filter: blur(.5px);
}



@media (max-width: 1200px) {
    .pictures .card{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .pictures .pics a img{
        height: 220px;
    }

}
@media (max-width: 768px) {
    
    .pictures h1{
        font-size: 32px;
    }

    .pictures .pics a img{
        height: 200px;
    }

}
@media (max-width: 500px) {
    .pictures h1{
        font-size: 22px;
    }
    
    .pictures .pics a img{
        height: 170px;
    }
}
@media (max-width: 400px) {
    .pictures .pics a img{
        height: 150px;
    }
}
@media (max-width: 350px) {

    .pictures .pics a img{
        height: 130px;
    }
}