/* Landscape phone to portrait tablet */
@media (min-width: 767px) {
    .event-card {
        height: 220px;
    }

    .event-card-small {
        height: 132px;
    }
}

.event-card img {
    max-height: 210px;
}

.event-img {
    width: 100%;
    height: 100%;
}

.event-card-small img {
    max-height: 122px;
}

.team {
    padding-bottom: 10px;
}

.row-no-margin {
    margin: 0px !important;
}

.card {
    border-style: none;
    border: 0px !important;
}

.attendee-card {
    padding-top: 5px;
}

.attendee-card img, .attendee-card i {
    height: 120px;
    width: 120px;
}

.attendee-card div {
    height: 120px;
}

.attendee-card .info-title{
    margin-top: 2px;
}

.event-container {
    padding: 10px;
}

.card-body button {
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}

.list-group-item {
    padding-bottom: 0px !important;
}
