.recentPhoto{
    display: inline-block;
    width: 100%;
    height: 250px;
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.recentSub{
    
}
.recentSubPhoto{
    height: 125px;
    position: relative;
}
.recentSubPhoto:first-of-type{
    margin-bottom: 0px;
}
.recentSubImg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.recentContent{
    transform: translateY(50%);
}
.recentContent h3{
    margin-top: 0;
}
.recentWrap{
    padding: 0 15px;
}
.recentWrap .owl-nav{
    top: 37%;
}
.recentWrap .owl-item{
    display: inline-block;
}
.recentWrap .owl-stage-outer{
    width: 100%;
    overflow: hidden;
}
.recentWrap.owl-carousel{
    background-color: transparent;
}
.recentDate{
    display: inline-block;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
}
.photoOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    transition: background-color .3s;
}

.photoAlbumGroup{
/*    display: inline-block;*/
    
}
.photoCollectionTitle{
    padding: 40px 0;
}
.photoAlbum{
    position: relative;
    cursor: pointer;
}
.photoAlbumCover{
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.photoAlbumGroup>img{
    width: 185px;
    height: 137px;
    vertical-align: top;
    cursor: pointer;
}
.photoAlbum>img{
    width: 185px;
    height: 137px;
    cursor: pointer;
}
.photoAlbumTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    background-color: rgba(0,0,0,.4);
}
.photoRow{
    position: relative;
    min-height: 200px;
    margin: 0 0 0 15px;
}
.photoCols{
    opacity: 1;
    vertical-align: top;
    padding-left: 15px;
    transition: opacity .8s, left .8s;
}
.recentPhoto:hover .photoOverlay,
.recentSubPhoto:hover .photoOverlay,
.photoAlbumCover:hover .photoOverlay{
    background-color: transparent;
}
.fadeout{
    opacity: 0;
}
@media screen and (max-width: 1200px){
    .photoAlbumCover{
        height: 250px;
    }
}
@media screen and (max-width: 990px){
    .recentPhoto{
        height: 200px;
    }
    .recentSubPhoto{
        height: 100px;
    }
    .recentContent{
        transform: inherit;
    }
    .photoAlbumCover{
        height: 200px;
    }
}
@media screen and (max-width: 975px){
    .recentWrap .owl-controls{
        top: 38%;
    }
}
@media screen and (max-width: 768px){
    .photoOverlay{
        background-color: transparent;
    }
    .recentPhoto{
        height: 300px;
    }
    .recentSubPhoto{
        height: 150px;
    }
}
@media screen and (max-width: 640px){
    .recentPhoto{
        height: 150px;
    }
    .recentSubPhoto{
        height: 75px;
    }
    .recentContent{
        transform: inherit;
    }
}