@media only screen and (max-width: 460px) {
    .div-content {
        width: 100%;
    }
    .div-contents {
        max-width: 100%;
    }
}
