@media only screen and (max-width: 359px) {
    /* Style adjustments for viewports that has a screen width of 479px and below (iPhone Portrait View / SmartPhone Portrait View) */
    
    .container {
	    max-width: 320px;
    }
}