#portfolio-item-detail-hero {

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 992px) {
    #portfolio-item-detail-hero {
        display: none !important;
    }

    #portfolio-item-detail-hero-v2 {
        display: block !important;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}