.cvtm-filter-form .ui.grid {
    margin-bottom: 1rem;
}

.cvtm-filter-form .fields {
    margin-bottom: 0 !important;
}

.cvtm-fixed-img {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.cvtm-fixed-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cvtm-card .ui.dimmer {
    background-color: #EBD0FF7D !important;
}

.cvtm-filter-form .column {
    padding: 1em 1em .5em 1em !important;
}

.cvtm-card .attached.button {
    display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .cvtm-fixed-img {
        height: 250px;
    }

    .cvtm-card .attached.button {
        display: block;
    }

    .cvtm-filter-form .column {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .cvtm-fixed-img {
        height: 220px;
    }

    .cvtm-card .attached.button {
        display: block;
    }

    .cvtm-filter-form .column {
        padding-bottom: 0 !important;
    }
}