.gallery {
    text-align: center;
    margin-top: 20px;
}

.gallery-item-wrapper {
    display: inline-block;
}

.gallery img {
    border: none;
    padding: 0;
}

.gallery-links {
    margin-left: 55px;
}

.gallery-links div {
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 20px;
}

.gallery-links a {
    border: 1px solid #a71c39;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
}

.gallery-links a:hover {
    background: #fff;
}

/*** SLIDER ***/
.unslider{
    line-height: 1.5;
}

.gallery-slider {
    display: none;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.gallery-slider ul li {
    list-style: none !important;
    position: relative;
}

.gallery-slider ul li img {
    max-height: 647px;
    width: 990px;
    max-width: 100vw;
    cursor: pointer;
}

.unslider-wrap.unslider-carousel>li {
    list-style: none;
}

.unslider-nav ol li {
    border: 2px solid #bba374 !important;
    background: #bba374 !important;
}

.unslider-nav ol li.unslider-active {
    border: 2px solid #dcccac !important;
    background: #dcccac !important;
}
/* Pretty Photo */
.pp_content{
    height: 0 !important;
    width: 100%  !important;
}
.play-btn{
    display: none;
}
.unslider-active .play-btn{
    position: absolute;
    z-index: 999;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    display: block;
}

/*** VIDEO BACKGROUND ***/
.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video .vimeo-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}