#marquee-gallery {
  animation: marquee 20s linear infinite;
  width: max-content !important;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

#rec2158966341,
#rec2158966341 .t-records,
#rec2158966341 .t396 {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100005 !important;
}