.thumb-container {
    width:100%;
}

.thumb-wrapper {
    
}

.thumb-wrapper-16-9 {
    position: relative;
    padding-bottom: 56.2%;
}

.thumb-wrapper img {
    position:absolute;
    object-fit: cover;
    width:100%;
    height:100%;
}