.primary {
  overflow: hidden;
  background-color: white;
  border-radius: 1vh;
  margin: auto;
  width: 141vh;margin-bottom: 5vh;
  display: flex;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
}

.secondary {
  overflow: hidden;
  background-color: white;
  margin-right: 1vh;
  margin-left: 1.5vh;
  width: 33vh;border-radius: 1vh;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
}

.primary_big_text {
  font-size: 2.3vh;
  padding: 3vh 2vh 1vh 3vh;
  font-weight: 600;
}

.select_update {
  /* width: 144vh; */
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;

  /*without paywall*/
  bottom: 26vh;
  /* with paywall */
  /*! bottom: 6vh; */
}

.secondary_big_text {
  font-size: 2.5vh;
  padding: 3vh 2vh 1vh 3vh;
  font-weight: 500;
  color: #4c4b4b;
}

.select_buttons_container {
  padding: 1vh 3vh 0vh;
}

.primary_info {
  padding-bottom: 2.5vh;
}

.primary_image {
  margin-left: 7vh;
  width: 81vh;

  background-color: gray;
}

.secondary_image {

  height: 19vh;


object-fit: cover;width: inherit;}

.select_preview_text {
  padding: 0vh 0.8vh 0.6vh 3vh;
  width: 22vh;
}

.buttons_white {
  margin-right: 1.3vh;
}

.versions_scenes {
  display: flex;
margin: auto;width: max-content;}

.scene_selector {
  display: none;
  background: url("../../static/images/sprite/Intro2.webp");
  background-size: contain;
}

.dirty_deeds {
  background: url("/static/images/deeds_logo.webp");
  background-size: contain;
  width: 30vh;
  height: 26vh;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  bottom: 11vh;
  filter: drop-shadow(1px 3px 3px #00000050);
  left: 2vh;
}