@media (max-width: 600px) {
    .in_img {
        width: 100%;
        height: auto;
        float: none;
        display: block;
    }
}

