.modalB {
    min-height: 535px !important;
}

@media only screen and (max-width: 480px) {
    .modalB {
        min-height: inherit !important;
    }
}