.press{overflow:hidden;display:flex;flex-direction:column;width:100%}.press__content,.press__items{display:flex;align-items:center}@media only screen and (min-width:768px){.press__content,.press__items{justify-content:center;gap:36px;width:100%}}.press__heading{text-align:center}@media only screen and (max-width:767px){.press__items{animation-name:marquee;animation-timing-function:linear;animation-duration:var(--speed);animation-iteration-count:infinite}}.press__item{display:inline-block;vertical-align:top;position:relative;width:170px;height:134px;box-sizing:border-box}@media only screen and (max-width:767px){.press__item{width:190px;height:150px;margin:0 18px}}.press__url{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;cursor:pointer}.press__item svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto}.press__item img{width:100%;-o-object-fit:contain;object-fit:contain}.press__item--placeholder svg{top:50%;left:50%;transform:translate(-50%,-50%);width:240px;height:240px;max-width:inherit}