.vBox h6 {
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    padding: 0.5rem 0;
    margin-bottom: 0;
    color: #555;
}

.video {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/3;
}

.vBox img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/3;
    transition: all .5s ease;
}
.vBox img:hover{
    transform: scale(1.02);
}


.imgBox img{
    width: 100%;
    aspect-ratio: 2/2.2;
    object-fit: cover;
    transition: all .5s ease;
}
.imgBox img:hover{
    transform: scale(1.02);
}
