#products-container{
    
}
#products-container .bottom{
    display:table;
    height: 70%;
    width: 100%;
    overflow: hidden
}
@media all and (max-height:700px){
    #products-container .bottom{
        height: 65%
    }
    #products-container .top{
        min-height: 17%;
    }
}