/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.gd-spinner{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    text-align: center;
    padding-top: 15%;
}
 
 
@media (min-width: 1400px) { /* xxl breakpoint */
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }
} 