@media only screen and (max-width: 800px){

    .container{
    display:none;
    }

}