body{
  background-color: "#000000";
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Red Hat Text', sans-serif;
  font-weight: 100;
}

h1{
  text-align: center;
  font-size: 3rem;
  font-family: 'Life Savers', cursive;
  font-weight: 100;
}


h2{
  text-align: left;
  font-size: 2rem;
  font-family: 'Life Savers', cursive;
  font-weight: 100;
}

.loadingclass{
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 2000px;
  overflow: hidden;
}

#video-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1.0;
  overflow: hidden;
  transition: opacity 5s linear;
  display: block;
  z-index: 999999;
  pointer-events: none;
}

#home-video{
  position: absolute;
  height: 100vh;
  width: auto;
  left: calc(100vh *16 / 9 / -2);
  transform: translateX(50vw);
}

#video-interactive{
  /*position: fixed;
  top: 20%;
  left: 5%;*/
  width: 800px;
  height: auto;
  max-height: 750px;
  display: none;
  /*border: #fff solid 0.3rem;*/
  transform: rotate(-3deg);
  transition: opacity 5s linear 2s;
}

.skip-btn{
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  text-align: right;
  color: #ff0;
  pointer-events: all;
}

.skip-btn:hover{
  cursor: pointer;

}

.credits-text{
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.75rem;
  color: #fff;
}

.mobile-warning{
  position: fixed;
  left: 1rem;
  top: 1rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  display: none;
}

.scores-section{
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;

}

.scores-section-item{
  padding: 5px !important;
  margin: 1px;
  width: calc(100%/5 - 5px*2 - 2px);
  text-align: left;
}

.scores-section-item:hover{
  border: 1px solid #fff;
  margin: 0px;
  cursor: pointer;
  border-radius: 0.1rem;
}

.scores-section-item-big{
  font-size: 1.2rem;
  font-weight: 600;
}

.scores-section-item-big img{
  width: 100%;
}

.scores-section-item-small{
  font-size: 0.8rem;
}

.pop-up-video{
  display: none;
}

.pop-up-participant-cont{
  display: none;
}

.participant-bio{
  width: 90%;
  max-width: 700px;
  height: 70vh;
  background-color: #fff;
  color: #DF32A8;
  margin: 0 auto;
  padding: 0rem;
  overflow: hidden;
  overflow-y: scroll;
  pointer-events: all;
  text-align: justify;
}

.participant-text {
    padding: 2rem;
}

.participant-name{
 font-size: 2rem;
 text-align: center;
 padding: 1rem;
 font-weight: 800;
 font-style: italic;
}

.participant-image img{
 width: 100%;
 max-width: 700px;
}

.participants-section{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: baseline;
  margin: 0 auto;
  flex-wrap: wrap;
}

.participants-section-item{
  padding: 3rem !important;
  font-size: 1.5rem;
  margin: 1px;
  width: 20%;
  text-align: center;
}

.participants-section-item:hover{
  animation:  shake 0.5s  ;
}

@keyframes shake{
  0%{
    transform: translateX(0)
  }
  30%{
    transform: translateX(-12px);
  }

  50%{
    transform: translateX(18px);
  }
  75%{
    transform: translateX(-12px);
  }
  90%{
    transform: translateX(6px);
  }
  100%{
    transform: translateX(0px);
  }
}

.pop-up-participants{
  display: none;
}

.participants-section-item:hover{
  border: 1px solid #fff;
  border-radius: 0.1rem;
  margin: 0px;
  cursor: pointer;
}

.section-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}

/*
.section-container::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  pointer-events: all;
}

.section-container::-webkit-scrollbar-track {
  background: #2222;
}

.section-container::-webkit-scrollbar-thumb {
  background-color: #FFFB19;
  border-radius: 20px;
}
*/

.section-scrolable{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: calc(100vw - 5rem);
  height: 100%;
  gap: 50px;
  margin: 0 2rem;
}

.section-fixed{
  width: auto;
  /*font-family: 'Life Savers', cursive;*/
  font-family: 'Red Hat Text', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  height: calc(90% - 140px);
  margin: 140px 0 0 0;
  display: none;
}

.section-flex{
  display: flex;
  flex-direction: row;
  gap: 50px;
  font-size: 1.5rem;
  height: 100%;
}

.section-flex-item{

}

.section-flex-item:nth-child(1){
  font-size: 2.1rem !important;
  align-self: center;
  width: 700px;
  transition: opacity 4s linear;
  transition-delay: 3s;

}

.section-flex-item:nth-child(2){
  align-self: flex-start;
  font-size: 1.5rem;
  width: 800px;
  margin-right: 2rem;
  transition: opacity 4s linear;
  transition-delay: 0.5s;

}

.section-flex-item:nth-child(3){
  align-self: flex-end;
  font-size: 2rem;
  width: 500px;
  transition: opacity 4s linear;
  transition-delay: 0.5s;

}

.section-flex-item{

  min-width: 400px;
  max-width: 960px;
}

.section-flex-item span{
  font-style: italic;
  display: block;
  padding: 0.5rem 3rem;
  text-align: right;
  font-size: 1.5rem;
}

.pop-up-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 2s ease;
  font-family: 'Red Hat Text', sans-serif;
  font-weight: 300;
}

.pop-up-info h1{
  font-family: 'Red Hat Text', sans-serif;
  align-self: flex-end;
  text-align: right;
}

.pop-up-info h2{
  font-family: 'Red Hat Text', sans-serif;
  align-self: flex-end;
  text-align: right;
}

.pop-up-info-title{
  text-align: center;
  font-size: 3rem;
  font-family: 'Life Savers', cursive;
  font-weight: 100;
}

.collapsable-div{
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  color: #fff;
  font-size: 1.3rem;
}

#collapsable-div-1, #collapsable-div-2{
  height: 0;
  transition: height 2s ease-in-out;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  border-radius: 0.1rem;
  background-color: #fffb19;
  color: #000;
}

.button{
  align-self: center;
  flex-basis: fit-content;
  text-align: center !important;
  font-size: 0.9rem;
  padding: 2rem !important;
  margin: 1rem 0;
  color: #000;
  cursor: pointer;
  background-color: #FFFB19;
  pointer-events: all;
  border-radius: 0.1rem;
  text-decoration: none;
}

.button:hover{
  color: #FFFB19;
  background-color: #000;
  text-decoration: none;
}

a{
  text-decoration: none;
  color: #000;
}

.button:hover a{
  text-decoration: none;
  color: #FFFB19;
}

.pop-up-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pop-up-container-2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  font-family: 'Red Hat Text', sans-serif;
  font-weight: 300;
  z-index: 9999999;
}

#pop-up-container-2{
  background-color: #0000;
  transition: background-color 0.5s linear;
}

.pop-up-container-3{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  font-family: 'Red Hat Text', sans-serif;
  font-weight: 300;
  z-index: 9999999;
}

#pop-up-container-3{
  background-color: #0000;
  transition: background-color 0.5s linear;
}

.pop-up-flex-2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pop-up-flex-3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pop-up-knots{
  display: none;
  transition: width ease 0.5s;
}

.pop-up-tension{
  display: none;
  transition: width ease 0.5s;
}

.pop-up-place{
  display: none;
  transition: width ease 0.5s;
}

.pop-up-info{
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;

  background-color: #000;
  background-image: url("images/texture-lineas-fondo-02.jpg");
  background-size: contain;
  color: #fff;
  font-size: 1rem;
  width: 80%;
  height: 80%;
  border-radius: 0.2rem;
  padding: 2.5rem;
  overflow: scroll;
  overflow-x: hidden;
}

.pop-up-info-div{
  padding: 0.5rem 0;
  margin-left: 50%;
  text-align: justify;
}

.pop-up-bios{
  display: none;
  /*border: 4px solid #FFFB19;*/
}

.pop-up-scores{
  display: none;
  /*border: 4px solid #A74CE0;*/
}

#pop-up-scores-9 {
  margin-left: 0;
  margin-right: 25%;
}

#pop-up-scores-10 {
  margin-left: 0;
  margin-right: 50%;
}

#pop-up-scores-11 {
  margin-left: 0;
  margin-right: 50%;
}

#pop-up-about-7 {
  margin-left: 0;
  margin-right: 25%;
}


.pop-up-process{
  display: none;
  /*border: 4px solid #39A7EB;*/
}

.pop-up-about{
  display: none;
  /*border: 4px solid #E00064;*/
}

.close-btn{
  position: fixed;
  align-self: flex-start;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.2rem;
  color: #000;
  cursor: pointer;
  background-color: #FFFB19;
  pointer-events: all;
  width: 4rem;
  border-radius: 0.1rem;
}

.close-btn:hover{
  color: #FFFB19;
  background-color: #000;
  pointer-events: all;
}

.centered-btn{
  align-self: center;
  margin: 1rem auto;
  position: relative;
}

#pop-up-bios-2{
  padding: 2rem;
  text-align: center;
  font-size: 2rem;
}

#pop-up-about-6{
  font-size: 1rem;
  line-height: 1.8rem;
}

.anchor-btn{
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 6rem;
  left: 3rem;
  z-index: 99999999999999;
	transform: translatey(0px);
  transform: translatex(0px);
	animation: float 48s ease-in-out infinite;
  pointer-events: all;
  touch-action: auto;
}
.anchor-btn:hover{
  cursor: pointer;
}

.anchor-btn img{
  width: 100%;
  height: 100%;
}

.sound-btn{
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  z-index: 999999999999999;
	transform: translatey(0px);
  transform: translatex(0px);
	animation: float 96s ease-in-out infinite;
  pointer-events: all;
  touch-action: auto;
}
.sound-btn:hover{
  cursor: pointer;
}

.sound-btn img{
  width: 100%;
  height: 100%;
}

@keyframes float {
	0% {
		transform: translatey(0px) translatex(0px);
	}
  10% {
    transform: translatey(-5px) translatex(-10px);
	}
	20% {
    transform: translatey(10px) translatex(-15px);
	}
  30% {
    transform: translatey(-10px) translatex(15px);
	}
  40% {
    transform: translatey(10px) translatex(15px);
	}
  50% {
    transform: translatey(-25px) translatex(-20px);
	}
  60% {
    transform: translatey(-20px) translatex(25px);
	}
  70% {
    transform: translatey(25px) translatex(-10px);
	}
  80% {
    transform: translatey(-10px) translatex(-25px);
	}
  90% {
    transform: translatey(5px) translatex(-10px);
	}
	100% {
    transform: translatey(0px) translatex(0px);
	}
}

#knots-0-1{
  display: flex;
  flex-direction: row;
  flex-basis: max-content;
  height: 60vh;
  font-size: 1.8rem !important;
}

#k-0-1-1{
  align-self: flex-start;
  text-align: justify;
  padding: 0 1.5rem;
  width: 200px;
}

#k-0-1-2{
  align-self: center;
  text-align: justify;
  padding: 0 1.5rem;
  width: 200px;
}

#k-0-1-3{
  align-self: flex-end;
  text-align: justify;
  padding: 0 1.5rem;
  width: 200px;
}

#knots-0-2{
    width: 500px;
    margin-top: 7rem;
    height: 60vh;
    font-size: 1rem;
}

#k-0-2-1{
  transform: rotate(-45deg) translate(-48px, -52px);;
}

#k-0-2-2{
  transform: rotate(45deg) translate(198px, 10px);
}

#k-0-2-3{
    transform: translate(10px, 279px);
    font-size: 1rem;
}

#knots-1-1{
  display: flex;
  flex-direction: row;
  flex-basis: max-content;
  height: 60vh;
}

#k-1-1-1{
  align-self: flex-start;
  text-align: right;
  padding: 1rem;
}

#k-1-1-2{
  align-self: flex-end;
  text-align: left;
  padding: 1rem;
}

#knots-1-2{
  width: 500px;
  height: 500px;
  margin-top: 0;
  animation: rotate 55s linear infinite;
}

#knots-1-3{
  margin-top: 0;
  animation: rotate2 25s linear infinite;
}

#knots-2-1{
  display: flex;
  flex-direction: row;
  flex-basis: max-content;
  height: 60vh;
}

#k-2-1-1{
  align-self: flex-start;
  text-align: right;
}

#k-2-1-2{
  align-self: flex-end;
  text-align: left;
}

#knots-2-2{
  display: flex;
  flex-direction: row;
  flex-basis: max-content;
  height: 70vh;
  flex-basis: min-content;
  justify-content: flex-end;
}

#k-2-2-1{
  align-self: flex-start;
  text-align: justify;
  flex-basis: min-content;
  padding: 0 0.5rem;
}

#k-2-2-2{
  align-self: flex-end;
  text-align: justify;
  flex-basis: min-content;
  padding: 0 0.5rem;
}

#knots-3-1{
  display: flex;
  flex-direction: row;
  flex-basis: max-content;
  height: 60vh;
}

#k-3-1-1{
  align-self: flex-start;
  text-align: right;
}

#k-3-1-2{
  align-self: flex-end;
  text-align: left;
}

#knots-3-2{
    display: flex;
    flex-direction: row;
    flex-basis: min-content;
    height: 70vh;
}

#k-3-2-1{
  align-self: flex-end;
  text-align: right;
  flex-basis: min-content;
}

#k-3-2-2{
  align-self: flex-start;
  text-align: left;
  flex-basis: min-content;
}


#place-0-2{
  display: flex;
  flex-direction: row;
  height: 40vh;
}

#p-0-2-1{
  align-self: flex-end;
  text-align: left;
  flex-basis: max-content;
}

#p-0-2-2{
  align-self: flex-start;
  text-align: right;
  flex-basis: max-content;
}

#place-1-1{
  width: 1000px;
  display: flex;
  flex-basis: max-content;
  flex-direction: column;
}

#p-1-1-1{
  width: 1000px;
  justify-content: flex-end;
}

#p-1-1-2{
 width: 30%;
 align-self: center;
}

#place-1-2{
  align-self: flex-end;
  width: 100px;
  background-color: #fff;
  color: #A74CE0;
  padding: 2.5rem;
}

#place-2-2{
  display: flex;
  flex-basis: max-content;
  flex-direction: column;
}

#p-2-2-1{
  width: 50%;
  justify-content: flex-start;
  animation: rotate5 25s ease-in-out infinite;
}

#p-2-2-2{
 width: 50%;
 align-self: flex-end;
 animation: rotate6 15s ease-in-out infinite;
}

#place-2-3{
  font-size: 4.5rem;
  align-self: flex-start;
  width: 100%;
  animation: rotate7 20s ease-in-out infinite;
}

#place-3-1{
  font-size: 1.2rem;
  width: 100%;
  flex-direction: column;
}

#p-3-1-1{
  padding: 2rem;
}

#p-3-1-2{
  font-size: 2rem;
  line-height: 4rem;
}

#p-3-1-3{
  animation: translate1 4s ease-in-out infinite;
  line-height: 4rem;
  font-size: 2rem;
}

#tension-0-1{
  display: flex;
  flex-direction: row;
  flex-basis: max-content;
  height: 60vh;
  font-size: 1.8rem !important;
}

#t-0-1-1{
  align-self: flex-start;
  text-align: justify;
  padding: 0 1.5rem;
}

#t-0-1-2{
  align-self: center;
  text-align: justify;
  padding: 0 1.5rem;
}

#t-0-1-3{
  align-self: flex-end;
  text-align: justify;
  padding: 0 1.5rem;
}

#tension-0-2{
    width: 500px;
    margin-top: 7rem;
    height: 60vh;
    font-size: 1rem;
}

#t-0-2-1{
  animation: rotate3 15s ease-in-out infinite;
  margin: 4rem 0;
}

#t-0-2-2{
  animation: rotate4 15s ease-in-out infinite;
}

#tension-1-1{
  width: 900px;
  display: flex;
  flex-basis: fit-content;
  flex-direction: row;
  align-self: flex-end;
  font-size: 1.2rem !important;
}

#t-1-1-1{
  width: 60%;
  align-self: flex-start;
  text-align: right;
  padding: 0 1rem;
}

#t-1-1-2{
 width: 60%;
 align-self: flex-start;
 text-align: left;
 padding: 0 1rem;
}

#tension-1-2{
  width: 100%;
  display: flex;
  flex-basis: max-content;
  flex-direction: column;
  align-self: flex-end;
  font-size: 2rem !important;
}

#t-1-2-1{
  align-self: flex-end;
  text-align: left;
  padding: 0 1rem;
}

#t-1-2-2{
 align-self: flex-start;
 text-align: left;
 padding: 0 1rem;
 font-size: 6.5rem;
 font-weight: 900;
 width: 72rem;
}

#t-1-2-3{
 align-self: flex-end;
 text-align: right;
 padding: 0 1rem;
}

#tension-2-1{
  width: 200px;
  display: flex;
  flex-basis: fit-content;
  flex-direction: column;
}

#t-2-1-1{
  width: 80%;
  align-self: flex-end;
  text-align: right;
  font-size: 3rem;
}

#t-2-1-2{
 width: 60%;
 align-self: flex-start;
 text-align: left;
}

#tension-2-2{
  width: 900px;
  display: flex;
  flex-basis: fit-content;
  flex-direction: row;
  align-self: flex-end;
}

#t-2-2-1{
  width: 80%;
  align-self: flex-end;
  text-align: right;
  padding: 0 1rem;
}

#t-2-2-2{
 width: 60%;
 align-self: flex-start;
 text-align: left;
 padding: 0 1rem;
}

#tension-3-2{
  width: 400px;
  display: flex;
  flex-basis: fit-content;
  flex-direction: column;
  align-self: center;
}

#t-3-2-1{
  width: 50%;
  align-self: flex-start;
  text-align: right;
  padding: 1rem;
}

#t-3-2-2{
 width: 50%;
 align-self: flex-end;
 text-align: left;
 padding: 1rem;
}

#t-3-2-3{
  width: 50%;
  align-self: flex-start;
  text-align: right;
  padding: 1rem;
}

#t-3-2-4{
 width: 50%;
 align-self: flex-end;
 text-align: left;
 padding: 1rem;
}

@keyframes rotate{
  to{ transform: rotate(360deg); }
}

@keyframes rotate2{
  to{ transform: rotate(-360deg); }
}

@keyframes rotate3{
  from{ transform: rotate(-10deg); }
  50%{ transform: rotate(10deg); }
  to{ transform: rotate(-10deg); }
}
@keyframes rotate4{
  from{ transform: rotate(10deg); }
  50%{ transform: rotate(-10deg); }
  to{ transform: rotate(10deg); }
}

@keyframes rotate5{
  from{ transform: rotate(2deg); }
  50%{ transform: rotate(-2deg); }
  to{ transform: rotate(2deg); }
}
@keyframes rotate6{
  from{ transform: rotate(3deg); }
  50%{ transform: rotate(-3deg); }
  to{ transform: rotate(3deg); }
}
@keyframes rotate7{
  from{ transform: rotate(1deg); }
  50%{ transform: rotate(-1deg); }
  to{ transform: rotate(1deg); }
}

@keyframes translate1{
  from{ transform: translate(600px); }
  50%{ transform: translate(0px);}
  to{ transform: translate(600px); }
}

@media only screen and (min-width: 601px) and (min-height: 721px) {
  .section-container{
    scrollbar-color: #FFFB19 #2222;
  }

  .section-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    pointer-events: all;
  }

  .section-container::-webkit-scrollbar-track {
    background: #2222;
  }

  .section-container::-webkit-scrollbar-thumb {
    background-color: #FFFB19;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 900px) {

  .video-one{
    width: 400px;
  }

  #video-interactive{
    width: 400px;
  }
}

@media only screen and (max-width: 720px) {

  .video-one{
    width: 350px;
  }

  #video-interactive{
    width: 350px;
  }

  .section-flex-item:nth-child(2n){
    font-size: 1.2rem;
  }

  .section-flex-item:nth-child(2n + 1){
    font-size: 1.5rem;
  }

  .section-flex-item:nth-child(1){
    font-size: 2rem !important;
  }

  .pop-up-info{
    width: 85%;
    padding: 1rem;
  }

  .pop-up-info-div{
    margin-left: 0%;
  }

  #pop-up-scores-9 {
      margin-left: 0;
      margin-right: 0%;
  }

  #pop-up-scores-10 {
    margin-left: 0;
    margin-right: 0%;
  }

  #pop-up-scores-11 {
    margin-left: 0;
    margin-right: 0%;
  }

  #pop-up-about-7 {
    margin-left: 0;
    margin-right: 0%;
  }

  .scores-section-item{
    padding: 0.2rem !important;
    margin: 1px;
    width: 47%;
  }


}

@media only screen and (max-width: 600px) {

  .mobile-warning{
    display: none;
  }

  #video-container{
    display:none;
  }

  #home-video{
    position: absolute;
    height: auto;
    width: 120vw;
    left: -10vw;
    top: calc(120vw *9 / 16 / -2);
    transform: translateY(50vh);
    opacity: 1.0;
    transition: opacity 5s;
  }

  .section-container{
    width: calc(100% - 0.5rem);
    height: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
  }


  .section-scrolable{
    flex-direction: column;
    width: calc(100% - 0.5rem);
    height: 100vh;
    margin: 9rem 0.5rem;
    pointer-events: none;
  }

  .section-flex{
    flex-direction: column;
    height: 200%;
  }

  .section-flex-item{
    width: 100%;
    min-width: 200px;
  }

  .video-one{
    width: 100%;
  }

  #video-interactive{
    width: 100%;
  }

  .section-flex-item:nth-child(1){
    font-size: 1.3rem !important;
    align-self: center;
    width: 90vw;
  }

  .section-flex-item:nth-child(2){
    align-self: flex-start;
    font-size: 1.15rem;
    width: 90vw;
  }

  .section-flex-item:nth-child(3){
    align-self: flex-end;
    font-size: 1rem;
    width: 90vw;
  }

  .section-flex-item span{
    font-size: 1rem;
  }

  .section-fixed{
    width: 100%;
    margin: 0;
  }

  #knots-0-1 {
    flex-direction: column;
    font-size: 1.2rem !important;
  }

  #knots-0-2 {
    margin-top: 4rem;
  }

  #k-0-2-1 {
    margin-left: 4rem;
  }

  #knots-1-1{
    height: 100%;
    margin-bottom: 8rem;
  }

  #knots-1-3 {
    margin-top: 4rem;
    padding-bottom: 5rem;
  }

  #knots-2-1 {
    gap: 1.5rem;
  }

  #knots-3-1 {
    gap: 1.5rem;
  }

  #knots-3-2 {
    font-size: 1.5rem;
    gap: 1.5rem;
  }

  #knots-3-3 {
    font-size: 3rem;
    padding-bottom: 5rem;
  }

  #place-0-2 {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }

  #place-0-3 {
    margin-top: 1rem;
    padding-bottom: 5rem;
  }

  #place-1-1 {
    width: auto;
  }

  #p-1-1-1 {
    width: auto;
  }

  #place-2-3 {
    padding-bottom: 5rem;
  }

  #place-3-2 {
    padding-bottom: 5rem;
  }

  #tension-1-1{
    width: 40%;
  }

  #t-1-2-3 {
    padding: 2rem 1rem 5rem 1rem;
  }

  #tension-2-2 {
    width: auto;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-height: 830px) {
  #video-interactive{
    max-height: 640px;
  }
}

@media only screen and (max-height: 700px) {
  #video-interactive{
    width: 700px;
    max-height: 560px;
  }
}

@media only screen and (max-height: 530px) {
  #video-interactive{
    width: 500px;
    max-height: 360px;
  }
}

@media only screen and (max-height: 400px) {
  #video-container{
    display:none;
  }
}

@media only screen and (max-width: 400px) {
  #video-interactive{
    width: 350px;
    max-height: 300px;
  }


}
