.itemAlbums{
    margin-bottom: 20px;
    overflow: hidden;
}
.itemAlbums span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    top: 50%;
    color: #ffff;
    font-weight: bold;
    opacity: 0.9;
    text-shadow: 4px 4px 5px #000;
}
.itemAlbums a{
    display: block;
    /*height: 507px;*/
}
.itemAlbums img{
    object-fit: cover;
    width: 100%;
    height: 238px;
}
.album-head-detail > h1{
    font-size: 20px;
    font-weight: bold;
    margin:  0 0 20px 0;
}
@media (min-width: 1100px){
    .pull-right{
        margin-top: 50px;
    }
}
.pd5{
    background: #f5f5f5;
}

@media (max-width: 767px) {
    .album-content img {
        height: auto !important;
    }
}