@media (max-width: 1199px) {

    .event-format-img, .event-format-img-virtual {
        width: 300px;
    }
}

@media (min-width: 1200px) {

    .border-right {
        border-right: 1px solid #666;
    }

    .event-format-img {
        width: 400px;
        margin-top: 40px;
    }

    .event-format-img-virtual {
        width: 400px;
    }

    .event-format-img-container {
        height: 250px;
    }

    .event-format-selection h4,
    .event-format-selection h4 {
        margin-left: 110px;
    }

}