main {
  margin-top: -6vw;
}

.wrapper {
  position: relative;
}

.main__billboard__container {
  padding-bottom: 30%;
}

.main__billboard {
  background-color: var(--background);
  position: absolute;
  width: 100%;
}

.main__cover_image {
  width: 100%;
}

.main__cover_left_blur {
  background: linear-gradient(77deg, rgba(0, 0, 0, 0.6), transparent 85%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 26.09%;
  top: 0;
}

.main__cover_bottom_blur {
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 8%, 0) 0,
    hsla(0, 0%, 8%, 0.15) 15%,
    hsla(0, 0%, 8%, 0.35) 29%,
    hsla(0, 0%, 8%, 0.58) 44%,
    #141414 68%,
    #141414
  );
  background-position: 0 top;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  bottom: -1px;
  height: 14.7vw;
  opacity: 1;
  top: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.main__cover_meta_layer {
  position: absolute;
  bottom: 35%;
  left: 20px;
  width: 36%;

  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.main__cover_title {
  font-size: 3vw;
  font-weight: 500;
}

.main__cover_description {
  font-size: 1vw;
  font-weight: 400;
  line-height: normal;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.main__cover_buttons {
  width: 55%;
  height: 3vw;
  display: flex;
  gap: 1rem;
}

.main__cover_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  font-weight: 400;
  border: none;
  border-radius: 4px;

  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}

.main__cover_button:hover {
  transform: scale(1.05);
}

.main__cover_button_svg {
  width: 1.5vw;
  height: 1.5vw;
}
.main__cover_button_svg svg {
  width: 100%;
  height: 100%;
}

.main__cover_button_svg span {
  white-space: nowrap;
}

.main__play_button {
  width: 40%;
}

.main__info_button {
  color: var(--primary);
  background-color: var(--secondary);
  flex: 1;
}

@media all and (min-width: 1024px) {
  margin {
    margin-top: -70px;
  }
}
