@media screen and (min-width: 800px) {
    .for_desktop {
        margin-top: -15%;
    }
}

.show_image {
    cursor: pointer;
}
