#otherMedia {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#otherMedia-label {
  width: 90%;
  min-width: 250px;
  max-width: 500px;
  height: auto;
  align-self: flex-start;
  aspect-ratio: 6.21 / 1;
  background: url("../img/labels/other-media-label-2025.png") no-repeat center;
  background-size: contain;
  margin: 0 0 40px 15px;
}

.instaWrap {
  background-color: rgba(25, 20, 20, 0.95) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  max-width: 1000px;
  min-width: 326px;
  padding: 0 !important;
  width: 99.375%;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  opacity: 0.75 !important;
  outline: 2px solid rgba(255, 250, 250, 0.95) !important;
}
