.gallery-container{
    margin-top: 140px;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 10px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    min-height: 220px;
}

.tz-gallery img {
    border-radius: 2px;
    /*height:  170px;
    width: 100%;*/
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
    /*position: absolute;
    bottom: 0;*/
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

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

.lightbox {
    position: relative; !important;
    z-index: 1 !important;
}

/* Modal */

.modal-dialog {
    max-width: 800px;
}

.modal-body {
    position: relative;
    padding: 0px;
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/* postpone play video */

.parent {
    position: relative;
    top: 0;
    left: 0;
}
.image-gallery {
    position: relative;
    top: 0;
    left: 0;
}
.play-button {
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}