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



@media only screen and (max-width: 576px) {
    #EleV1 section.ContentBoxA .ImageContent img.Square {
        display: none;
    }
}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:577px) and (max-width:768px) {
    #EleV1 section.ContentBoxA .ImageContent img.Square {
        display: none;
    }
}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:769px) and (max-width:1023px) {
    #EleV1 section.ContentBoxA .ImageContent img.Square {
        display: none;
    }

}

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

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

/* -------------------------------------------------------------------------------------------- */
