.gallery-cont {
    /*background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    width: 100%;
    height: auto;
}

.gallery-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 0;
    margin-top: 50px;
}

.gallery-wrapper .lightbox img {
    width: 100%;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.gallery-wrapper .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.gallery-wrapper img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
