@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Style adjustments for viewports that has a screen width of 480px up to 767px (iPhone Landscape View / SmartPhone Landscape View) */
    
    .container {
	    max-width: 480px;
    }
}