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