.image-desc {
    width: 70%;
    text-align: center;
    height: 26px;
    background: rgba(255, 255, 255, 0.9);
    color: #363c48;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.prev, .next {
    position: absolute;
    width: 40px;
    bottom: 13%;
    height: 100px;
    cursor: pointer;
    background: #314A6533;
    color: #ffffff;
}
.next img, .prev img {
    width: 24px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.prev img {
    left: 50%;
}

.next img {
    right: -10%;
}

iframe {
    width: 100%;
    min-height: 221px;
}

.video-item {
    padding: 8px 0px;
}

.video-item:nth-child(even) {
padding-left:0px;
padding-right: 10px;
}
.video-item:nth-child(odd) {
    padding-right:0px;
    padding-left: 10px;
    }
    .video-item:last-child {
        clear: right;
    }
@media (min-width: 576px) {
    .prev, .next {
        bottom: 0%;
        height: 141px;
    }
    .next img, .prev img {
        width: 40px;
    }
}

@media (min-width: 768px) {
    .prev, .next {
        bottom: 0%;
        height:104px ;
        width: 70px;
    }
}

@media (min-width: 992px) {
    .prev, .next {
        bottom: 0%;
        height:88px ;
        width: 70px;
    }
}

@media (min-width: 1100px) {
    .prev, .next {
        bottom: 0%;
        height:104px ;
        width: 70px;
    }
}
@media (min-width: 1300px) {
    .prev, .next {
        bottom: 0%;
        height:127px ;
        width: 70px;
    }
}







.prev:hover, .next:hover {
    background: rgba(171, 198, 226, 0.37);
}

.prev:focus, .next:focus {
    outline: none;
}
.prev {
    left: 0%;
}

.next {
    right: 0%;
}

.tns-item img {
    width: 100%;
}

.ut-photo-grid {
    margin-bottom: 10px;
    position: relative;
    width:100%;
}
.ut-photo-grid-item {
    background-color: #ccc;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    text-align: center;
    cursor: pointer;
}
.ut-photo-grid-photo2, .ut-photo-grid-photo3 {
    display: block;
    float: left;
    width: 33.6%;
    height: 170px;
    margin-bottom: 10px;
}
.ut-photo-grid-photo1 {
    display: block;
    float: right;
    width: 65.2%;
    height: 350px;
    margin-bottom: 10px;
}


.ut-photo-grid-item img.hide {
    display: none;
}

a img {
    border: none!important;
}
.ut-photo-grid-thumbs-wrapper {
    clear: both;
    margin: 0 -5px 10px;
}
.ut-photo-grid-thumbs-s-full {
    width: 100%;
}
.ut-photo-grid-thumbs {
    display: table;
}
.ut-photo-grid-thumb-cell {
    display: table-cell;
    padding: 0 5px;
    vertical-align: top;
    text-align: center;
}
.ut-photo-grid-thumb {
    display: block;
    height: 110px;
    text-decoration: none;
}
.ut-photo-grid-thumb-more {
    display: table;
    width: 100%;
    height: 110px;
    padding: 30px;
}

.ut-photo-grid-thumb-more-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    color: #fff;
    font-size: 1.25em;
    background-color: rgba(0,40,80,0.40);
}
.ut-photo-grid-thumb-more-inner-2 {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#lg-download, .caption {
    display: none;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    color: white;
    font-weight: 600;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 139px;
}

.lg-outer .lg-thumb-item {
    border: none; 
    border-radius: 0px; 
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border: 2px solid #50ADC9;
}
@media (max-width:546px){
    .ut-photo-grid-photo2, .ut-photo-grid-photo3 {
        height: calc(170px/2);
    }
    .ut-photo-grid-photo1 {
        height: 180px;
    }
                                                
    .ut-photo-grid-thumb {
        height: 110px;
    }
    .ut-photo-grid-thumb-more {
        height: 110px;
    }   
    .thumb-cell-mobile  {
        display: none;
    }                                      
}
#lightgallery .embed-container {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    max-width: 100%;
}