* {
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgba(25,25,25);
  width: 100vw;
  height: 100vh;
}

#sketch1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sketch1 {
  width: 63vw;
  height: 100vh;
}

#sketch2 {
  position: absolute;
  right: 0px;
  top: 0;
}

.img-container {
  position: absolute;
  left: 63%;
  top: 0;
  width: 37vw;
  height: 100vh;
  background-color: rgba(150,150,150);
}

.box {
  z-index: 2;
  position: relative;
  /* width: 20rem; */
  display: flex;
  flex-direction: column;
  /* display: none; */

  /* & p {
    position: fixed;
    left: 1rem;
    background-color: rgba(255,255,255,.85);
    width: 4rem;
    height: 2rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .25rem;
  } */
}

.container-container {
  height: calc(100vh - 55vh);
  width: 47vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 55vh;
}

.button-container-inner {
  width: 10rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #555;
  padding: 1rem;
  border-radius: 1rem;
  border: 4px solid #fdfdfd;
  font-size: small;
}

@media (max-width: 439px) {
  .button-container-inner {
    width: 6rem;
    font-size: smaller;
  }

  .radio-label {
    font-size: medium !important;
  }
}

.button-container {
  /* height: 17rem; */
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /* background-color: #e9e9e9;
  border: 4px solid #FDFDFD;
  box-shadow: inset -4px 4px 8px #e2e2e2; */
  z-index: 2;
  padding: 35px;
  border-radius: 1rem;
}

/* .radio {
  background-color: #e9e9e9;
  box-shadow: inset 0px 4px 8px #d1d1d1;
  border: #fdfdfd 2px solid;
  color: #555;
  height: 1rem;
  width: 1rem;
  border-radius: 4rem;
  transition: .15s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.radio {
  color: #fdfdfd;
  cursor: pointer;
}

.radio:hover {
  color: #fff;
}

.active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

#film {
  display: none;
  width: 37vw;
  height: 100vh;
  object-fit: cover;
  /* object-position: 50% 50%; */
}

#figImg {
  width: 37vw;
  height: 100vh;
  object-fit: cover;
}

#slider {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 37vw;
  height: 100vh;
}

#sketch2 {
  display: none;
}

.slider-container {
  display: none;
}

.radio-label {
  font-size: 1rem;
  color: #fdfdfd;
  font-weight: 600;
}