@media screen and (max-width: 479px){
.container {
    justify-content: space-around;
    align-items: center;
    display: block !important;
    overflow-x: hidden !important;
}
}