@media screen and (max-width: 768px)  {
    
    /* HOME STYLES */
    .home_buttons div{
        margin-bottom: 10px; 
    }

    .home_buttons h2{
        font-size: 2.7em;
    }

    .content_box p{
        text-align: center;
        font-size: 1.4em;
    }

    .content_box h3{
        text-align: center;
        font-size: 2em;
    }

    .card_container_price {
        justify-content: center;
    }

    #wijnen_highlight .card_container_price {
        font-size: 1.5em;
        line-height: 1.6em;
    }

    /* HOME STYLESAANBOD STYLES */
    body, html{
        max-width: 100vw !important;
        width: 100vw !important;
        overflow-x: hidden;

    }

    .mobile_rails{
        max-width: 100vw !important;
        overflow-x: scroll;
        padding-bottom: 15px;
    }

    .filterbox{
       width: 200vw;
       max-width: 200vw;
    }

    .filterbox div {
        width: 20%;
        margin-right: 10px; 
    }

    .modal-dialog{
        height: 80vh;
    }

    .modal-content{
        padding: 2em;
    }

    .modal_buttons{
        flex-direction: column !important;
    }

    .modal_buttons a{
        width: 100%;
        margin-top: 5px;
        font-size: 1.2em !important; 
    }

    .filter_list {
        max-height: 50vh;
    }

    .modal-header img {
        width: 25px;
    }

    .modal-header h5 {
        font-size: 1.8em;
    }

    #aanbod_grid h2, #filters h2 {
        font-size: 2.1em;
        margin-bottom: 0; 
    }

    #filters{
        padding: 15px; 
    }

    #aanbod_grid{
        padding: 15px;
    }

    .empty_li ul li{
        padding: .6em;
        font-size: .9em;
    }

    .card_container{
        padding: 10px; 
        padding-top: 20px; 
    }

    .card_container img{
        width: 100%;
    }

    .card_container h3 {
        font-size: 1.6em;
    }

    /* FIX KIES PERFECTE WIJN MODAL */
    #mod-findwine .modal-content{
        overflow-y: scroll;
    }

    #mod-findwine .filterbox div{
        width: 100% !important;
        max-width: 100% !important;
    }

    #mod-findwine .filterbox {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        width: 100% !important;
        max-width: 100% !important;
        padding-bottom: 30px; 
    }

    #mod-findwine .filter_btn_modal img {
        width: 50%;
        margin: 20px auto 5px;
    }

    #mod-findwine .filter_btn_modal h4 {
        color: #fff;
        font-size: 2em !important;
        padding-top: 10px
    }

    /* TAG FILTERS STYLES */
    .filter_tags{
        flex-direction: column;
    }

    .filter_tags li{
        width: 100%;
        margin: 5px 0; 
    }

    .desktop_only{
        display: none;
    }

    .mobile_only{
        display: flex;
    }
}