.rotm-featured {
  max-width: 1090px;
  margin: 100px auto 0;
  color: white;
  box-sizing: border-box;
  display: flex;
  gap: 48px;
  padding: 32px 48px 32px 0;
  background: var(--rotm-grunge-bg);
}

.rotm-featured-thumbnail-container {
  margin-left: -48px;
  text-align: right;
}

.rotm-featured-thumbnail {
  width: calc(400px - 20px);
  height: calc(260px - 20px);
  background: var(--rotm-thumbnail-bg);
  border: 10px solid white;
}

.rotm-featured-instagram {
  margin: 4px 0 0;
  font-size: 12px;
}

.rotm-featured-instagram a {
  color: white;
  text-decoration: none;
}

.rotm-featured-instagram a:hover {
  text-decoration: underline;
}

.rotm-featured-summary {
  padding: 16px 0;
}

.rotm-featured-summary h2 {
  font-size: 28px;
  color: white;
  margin-bottom: 24px;
}

.rotm-featured-summary p {
  font-size: 14px;
  font-weight: 500;
}

.rotm-featured-summary .rotm-button {
  display: inline-block;
  margin: 16px 16px 0 0;
}

.rotm-featured-excerpt {
  margin-bottom: 16px;
}

@media (max-width: 1300px) {
  .rotm-featured {
    max-width: unset;
    flex-direction: column;
    align-items: center;
    background-image: none;
    gap: 0;
    padding: 0;
    margin: 50px 0;
  }

  .rotm-featured-thumbnail-container {
    margin: 0 0 -70px 0;
    z-index: 1;
  }

  .rotm-featured-thumbnail {
    width: calc(100vw - 300px);
    height: calc(0.6 * (100vw - 300px));
  }

  .rotm-featured-summary {
    text-align: center;
    padding: 80px 48px 24px;
    margin: 0 auto;
    box-sizing: border-box;
    width: calc(100% - 100px);
    background: var(--rotm-grunge-bg);
  }

  .rotm-featured-summary .rotm-button {
    display: block;
    max-width: 200px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .rotm-featured-summary .rotm-button.send-rig-button {
    margin: 0 auto 16px;
  }
}

@media (max-width: 778px) {
  .rotm-featured-summary {
    width: calc(100% - 40px);
  }

  .rotm-featured-thumbnail {
    width: calc(100vw - 140px);
    height: calc(0.6 * (100vw - 140px));
  }
}
