﻿.container {
    width: 60%;
}

@media (max-width: 480px) and (min-width: 320px) {
    .container {
        width: 100%;
    }
}
