.itemAlbums{
    margin-bottom: 20px;
    overflow: hidden;
}
.itemAlbums span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    top: 50%;
    color: #ffff;
    font-weight: bold;
    opacity: 0.9;
    text-shadow: 1px 3px 2px rgba(0,0,0,0.23);
}
.itemAlbums a{
    display: block;
    height: 507px;
}
.itemAlbums img{
    object-fit: cover;
    width: 100%;
}
.album-head-detail > h1{
    font-size: 20px;
    font-weight: bold;
    margin:  0 0 20px 0;
}
