
@media (max-width: 640px) {
    .event-filter
    {
        display: block !important;
    }
    .event-filter .inline-flex
    {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    #eventsForm .rounded-full
    {
        border-radius: 1rem !important;
    }

}
.pt-55
{
    padding-top: 55% !important;
}