.portfolio-grid .portfolio-wrapper.has-gallery .entry-thumbnail .wp-post-image {
opacity: 1;
}
.hover-scroll .sub-hover-scroll { height: 210px;
overflow: hidden;
display: inline-block;
}
.hover-scroll img {
transition: transform 1s !important;
}
.hover-scroll:hover img {
transition: transform 4s !important; transform: translateY(calc(-100% + 210px)) !important;
}