.cover {
  padding: 0px 0px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 575.98px) { .cover { margin-top: 10px; } }

.left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.scroll-images {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.child img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.scroll-images::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
  background-color: black;
}

.child {
  min-width: 120px;
  height: 100px;
  margin: 1px 10px;
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.scroll-images a {
    white-space: nowrap;
    color: #fff;
}
@media (max-width: 575.98px) { .scroll-images a { white-space:normal; color: #fff; } }
.scroll-images a:hover { color:#FFF; }