
.photo-wrapper{
    display: inline-block;
    margin: 8px;
}

.photo{
    position: relative;
    width: 140px;
    height: 105px;
    overflow: hidden;
    text-align: center;
    background: #000000;
    border: 1px solid #ffffff;
    box-shadow: 2px 5px 5px rgba(100,100,100,.4);
}

.execBar{
    height: 120px;
    padding: 40px;
}

.photo>img.photo-thumb{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.gallery-poster{
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.photo-wrapper:hover img.photo-thumb{
    transform: scale(1.2) translate(0, -40%);
}
a.photo-wrapper:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.3);
}
a.photo-wrapper:hover .gallery-poster > img {
    opacity: 1;
}

#lightGallery-Gallery.open .lightGallery-slide {
    padding-bottom: 120px;
}
#lightGallery-Gallery .thumb_cont .thumb_info{
    display:none;
}

#lightGallery-action {
    position: static;
}
#lightGallery-action a {
    margin-top: -14px !important;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    background-color: transparent;
    font-size: 28px;
}
#lightGallery-action a#lightGallery-prev {
    left: 17px;
}
#lightGallery-action a#lightGallery-prev:hover {
    background: none;
}
#lightGallery-action a#lightGallery-next {
    right: 17px;
}
#lightGallery-action a#lightGallery-next:hover {
    background: none;
}
.localVideo #lightGallery-action {
    position: static;
}
#lightGallery-Gallery .lightGallery-slide .object{
    transform: scale3d(1, 1, 1) !important;
    -moz-transform: scale3d(1, 1, 1) !important;
    -ms-transform: scale3d(1, 1, 1) !important;
    -webkit-transform: scale3d(1, 1, 1) !important;
    -o-transform: scale3d(1, 1, 1) !important;
}

#lightGallery-slider .lightGallery-slide img{
    max-height: 80% !important;
    margin-top: -10%;
}

@media (max-width: 420px){
    .photo{
        width: 130px;
    }
    .photo-wrapper{
        display: inline-block;
        margin: 4px;
    }
}