@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    html, body {
        width: 100%;
        height: auto;
        max-width: 640px;
        font-size: 1rem;
        background-color: #353535;
    }

	.body-content {
		width: 90%;
		height: 90%;
		margin: 5% auto;
	}

	.body-content img {
		width: 80%;
	}
}