@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";
/* Using a string */

.card-img-bg {
    background-position: 100% 0% !important;
    background-size: cover;
}


/* -------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
    .container-fluid .grid .TextPlaat, .container-fluid .grid .container .row .col-md-12 {margin-bottom: 0px !important;}
}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:577px) and (max-width:768px) {
    .container-fluid .grid .TextPlaat, .container-fluid .grid .container .row .col-md-12 {margin-bottom: 0px !important;}
}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:769px) and (max-width:1023px) {}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:1024px) and (max-width:1279px) {}

/* -------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {}


@media only screen and (max-width: 767px) {

}