@media screen and (max-width: 1024px){
    #content{
        min-height: 250px;
    }
    #main{
        height:330px;
    }
}