.galleries.has_videos .each.col1 {
    width: 100%;
    margin: 0;
}
.galleries.has_videos .each_row {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.galleries.has_videos .each {
    position: relative;
    vertical-align: top;
}
.galleries.has_videos.top_images_gallery .each {
    background-color: rgba(238,238,238,0.5);
    border-bottom: 3px solid transparent;
}
.galleries .each .on_top {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.galleries.has_videos .each .right_content_holder .title_holder {
    padding-left: 0;
}
.galleries .each .right_content_holder .on_left {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
/*    position: absolute;
    right: 3px;
    bottom: 0;*/
    color: #333;
}
.galleries .each:hover .on_top {
    background-color: rgba(0,0,0,1);
}
.galleries.has_videos.left_images_gallery .each {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.galleries.has_videos .image_holder .media_tags_holder {
    left: 0;
    right: auto;
    background: none;
}
.galleries.has_videos {
    text-align: left;
}
.galleries.has_videos .each .title_holder {
    position: static;
    display: block;
    background: none;
    font-size: 20px;
    line-height: 26px;
}
.galleries.has_videos .title_holder .title {
    color: inherit;
}
.galleries.has_videos .each .image_holder {
    display: block;
    float: none;
}
.galleries.has_videos .each.col1 .image_holder img {
    width: 100%;
}
.media_video::before {
    content: "";
    background-image: url(images/videoicon_both.png);
    background-position: 0px 0px;
    background-size: cover;
    width: 38px;
    opacity: 0.7;
    height: 38px;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
}
/*left image views*/
.galleries.has_videos .left_image_holder {
    float: left;
    width: 30%;
}
.galleries.has_videos .right_content_holder {
    float: right;
    width: 67%;
}
/*all hovers */
.galleries.has_videos .each:hover .title_holder .title{
    color: #e54e53;
}
.galleries.has_videos .each:hover .right_content_holder .on_left {
    color: #000;
}
.galleries.has_videos .each:hover .image_holder img {
    opacity: 0.9;
}
.galleries.has_videos .each:hover .media_video::before {
    opacity: 1;
}
.galleries.has_videos.top_images_gallery .each:hover {
    border-bottom: 3px solid #e54e53;
    background-color: rgba(238,238,238,0.8);
}