.section-logo-bar{}
.section-logo-bar .section-logo-bar-row{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.section-logo-bar .section-logo-bar-row .logo-bar-block{flex: 0 1 160px;margin: 5px;position: relative;}
.section-logo-bar .section-logo-bar-row .logo-bar-block img{height: 100%;width: 100%;}
.section-logo-bar .section-logo-bar-row .logo-bar-block a{position: absolute;inset: 0;display: flex;z-index: 1;opacity: 0;}

@media screen and (max-width: 749px){
  .section-logo-bar .section-logo-bar-row{display: grid;grid-template-columns: auto auto;}
  .section-logo-bar .section-logo-bar-row .logo-bar-block{flex: 0 1 160px;}
}