.mdi-magnify {
    font-size: 25px;
}
#event-search {
    max-width: 360px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    height: 46px;
    padding: 5px;
    float: right;
}
#search-txt:focus {
    box-shadow: none;
}
#search-btn {
    width: 94px;
}
.event-image-poster img {
    width: 100%;
}
.container-image {
    height: 100% !important;
}
.btn-event-type {
    margin-top: 1rem;
}
.event-container .event-image-poster {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
@media (min-width: 992px) {
    .event-card-item {
        width: 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}