.event_photo {
    width: 45%;
}

@media (max-width: 768px) {
    .event_photo {
        width: 80%;
        padding-left: 10%;
    }
}