/* Put your custom styles here */
@media only screen and (max-width:767px) {
    .min-height-600px {
        min-height: 5;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .min-height-600px {
        min-height: 5;
    }
}