section.content .marquescontainer{
    margin-top:3em;
}
section.content .marqueimgwrapper {
    padding:1em 1em;
    margin-bottom:2em;
}

section.content .marqueimgcontainer {
    text-align:center;
    height:90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    background-color:#fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.2em;

}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* small AND medium*/
@media (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}