.isotope{
    margin: 0 auto;
}
.desc{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(246,132,40,0.8);
}
.desc span{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.desc span a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.item:hover .desc, .item.clicked .desc{
    display: table; 
}
#ui-lightbox-overlay{
    z-index: 999;
}
#ui-lightbox-bottombar{
    height: auto!important;
}
.contVideo{
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 300px;
}
@media (max-width: 767px) {
    
}
@media (max-width: 991px) AND (min-width: 768px) {
    
}
@media (min-width: 992px) AND (max-width: 1200px){

}
@media (min-width: 1201px) {
    
}