﻿
.document-img-div {
    position: absolute;
    background-color: black;
    width: 277px;
    OPACITY: 0.49;
    height: 185px;

}

.main-photos .photo-photos .document-widget.gallery .document > a.thumb {
    background:inherit;
}

.play-div-area {
    position:relative;
}

.play-div-area > img:first-child{
     position:absolute;
     left:0px;
}
    .play-div-area > img:last-child {
        position:absolute;
        top:60px;
        left:120px;
    }
@media (max-width:1199px) {
    .document-widget.gallery .document:last-child{
        padding-right:14px!important;
    }
}
@media (max-width:767px) {
     .document-widget.gallery .document {
        padding-right:0px!important;
    }
        .document-widget.gallery .document:last-child {
              padding-right:0px!important;
        }
    .photo-title {
        padding-left:20px;
    }
}