@media screen and (max-width: 420px) {

    .image_div {
        height: 250px !important;
    }

    .image_div img {
        max-width: 400px !important;
    }
}

@media screen and (max-width: 680px) {

    #soke {
        float: none !important;
        width: 100%;
        box-shadow: none !important;
    }

    .image_div {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

    .image_div img {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0em auto 0em auto;
    }
}

#soke {
    margin: 1.5em 2em 0.5em 0em;
    padding: 0.4em;
    float: left;
    box-shadow: 0px 1px 12px #777777;
}

.image_foot p {
    line-height: 1em;
    margin: 0.1em;
    font-size: 0.8em;
    text-align: center;
}

#description {
    padding: 0em;
}