@media (max-width:480px){
    .height100{
     min-height:390px !important;   
}
}
@media(min-width:480px){
    .height100{
        min-height:650px !important;
    }
}
