@media(min-width:1024px){
.container{width:75%;}
}
@media(max-width:1023.9px){
.container{width:100%;}
}
