#profile_image img {
    max-width: 300px;
}

@media (max-width:768px) {
    #profile_image img {
        max-width: 185px;
    }
}