@media screen and (max-width: 768px) {

.hov-img0 img {
    height: 100%;
    width: 100%;
}
.filter-tope-group.m-tb-10 {
    justify-content: center;
}
.qv-buttons-mb {
    justify-content: space-evenly;
}

}

@media screen and (min-width: 768px) {

.register-form-inner fieldset legend {
    padding-left: 50px;
}

}