body {
  background: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(233, 0, 68, 0.2)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rotator2-view-component-wrap {
  background-color: var(--theme-ui-colors-white);
}

.view-desktop {
  display: block;
}

.view-mobile {
  display: none;
}

.display-full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

.zb-online-30-logo {
  height: 350px;
}

.zb-online-30-logo img {
  width: 80%;
  display: block;
  margin: auto;
}

.content {
  text-align: center;
}

.navigation {
  width: 100%;
  background: #fff2dc;
  transform: translateY(1em);
}

.thumbnails {
  display: flex;
  gap: 1em;
  padding: 10px;
  width: 100%;
  align-items: center;
  background: url(../img/elements.webp) center center no-repeat;
  background-size: cover;
}

.top-story, .second-story {
  display: flex;
  gap: 1em;
}

.thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  p {
    font-size: 1.2rem;
  }

  .zb-online-30-logo {
    height: auto;
  }

  .zb-online-30-logo img {
    width: 100%;
  }

  .navigation {
    background: none;
  }

  .thumbnails {
    padding: 0;
    background: none;
    gap: 5px;
  }
}
