
.inter-main-title{
    margin-top:-12px;
    padding-bottom: 10px;
}

.album-list-item .ali-img-wrap .ali-img{
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}
.album-list-item .ali-img-wrap .ali-img:hover{
    transform: scale(1.7);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adjust shadow for desired effect */
}



@media (min-width:991px) {
    .portfolio-list-masonry{
        margin-top:-25px;
    }
}