
@media only screen and (max-width: 480px) and (min-width: 320px) {

    #wrapper {
        background-color: #2ECC71;
    }
}
