/* Keep both offer banners complete at every viewport width. */
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: block;
    max-width: 100%;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
