.protected-image {
    max-width: 600px;
}

@media (max-width: 600px) {
    .protected-image {
        max-width: 100%;
    }
}