.hhs-bg-image {
    position: relative;
    display: flex;
    align-items: center;
}

.hhs-reg-image {
   /* bottom: 0;*/
    height: 100% !important;
   /* left: 0;*/
    object-fit: contain;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
   /* position: absolute;
    right: 0;
    top: 0;*/
    width: 100% !important
}

@media (max-width:922px) {
    .hhs-reg-image {
        position: static
    }
}