.t686 .t686__col {
    overflow: hidden;
    border-radius: 10px;
}
.t604__imgwrapper .t-slds__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.t686 .t686__table {
    position: relative;
    display: table;
    width: 100%;
    height: 400px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px;
}

.t778__bgimg {
    margin: 8px;
    border-radius: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}