

img { 
 image-rendering: auto; 
}

#x-content-band-2 .x-column.one-third {
    width: 25%;
}

#x-content-band-2 .x-column {
    margin-right:0;
}

/* buttons op mobile */
@media only screen and (max-width: 768px){
  a.qbutton {
    white-space: normal;
    display: inline-table;
  }
}