.hw-background{
    height: 321px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.hw-box {
    height: 240px;
    width: 100%;
    position: relative;
}

.hw-box .hw-thumb{
    height: 100%;
    display: grid;
    align-items: center;
}
.hw-box .hw-thumb img{
    max-height: 100%;
    margin: auto;
    margin-bottom: 0;
}
@media (max-width: 768px) { 
    .hw-box {
        height: initial;
    }
}