body {
	overscroll-behavior-x: none;
}

.studio-txt {
  font-size: 21pt;
  line-height: 24pt;
}

.ys-counter {
  margin:0;
  padding:0;
  list-style-type: none;
  border-spacing:0 10px;
  margin-left: 17px;
}

.ys-counter li {
  position:relative;
  margin: 0 10px 6px 10px;
  padding: 5px 45px;
  list-style-type: none;
  counter-increment: step-counter;
  font-size: 13pt;
}

.ys-counter li::before {
  position:absolute;
  content: counter(step-counter);
  margin: 0 0 0 -30px;
  font-size: 60%;
  border: 1px solid black;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  border-radius: 50%;
  margin-top: 5px;
  line-height: 12pt;
}

.studio-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.studio-column {
	width: 40%; 
	height: 100vh; 
	float: left;
	position: fixed;
	background-color: #FFF;
	overflow: auto;
	border-right: 1px solid;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.studio-column::-webkit-scrollbar {
  display: none;
}

.mobile-studio-column {
  display: none;
}

.content-wrap {
	padding: 25px;
}

/*.content-wrap:after {
  content: '';
  display: block;
  position: absolute;
      top: 0; bottom: 0; right: 0;
  width: 1px;
  height: 100vh;
  background: #000;
}
*/

.title {
  font-size: 24pt;
  line-height: 17pt;
	margin-bottom: 20px;
}

.details {
	margin-top: 20px;
}

.studio-grid {
	width: 60%;
	float: left;
	padding-left: 40%;
}

.studio-video {
	padding: 25px;
	border-bottom: 1px solid;
	margin-left: 17px;
}

.section-title {
	margin-left: 42px;
  margin-bottom: -19px;
  margin-top: 5px;
}

.section-title p {
	font-size: 10pt;
  text-transform: uppercase;
}

.c20 {
	margin-bottom: 10px;
}

.studio-image {
/*	min-width: 100%;
	min-height: 100%;*/
	display: flex;
  width: auto;
  height: 125px;
  object-fit: cover;
}

.studio-image:hover {
	cursor: pointer;
}

/*.image-wrap {
	overflow: hidden;
}*/

.bts {
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	padding: 21px;
  border-bottom: 1px solid;
  padding-bottom: 26px;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  margin-left: 17px;
  flex-direction: row;
}

.bts::-webkit-scrollbar {
  display: none;
}

.lightboxTrigger {
	padding: 4px;
  flex-shrink: 0;
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 767px){
  .studio-txt {
    font-size: 19pt;
    line-height: 21pt;
  }

  .studio-column {
    display: none;
  }

  .studio-grid {
    padding-top: 50px;
    padding-left: 0;
    width: 100%;
  }

  .studio-video {
    margin-left: 0;
    padding: 15px;
  }

  .mobile-studio-column {
    display: block;
  }

  .bts {
    margin-left: 0;
    padding: 11px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .content-wrap {
    padding: 20px 15px;
    border-bottom: 1px solid;
  }

  .section-title {
    margin-left: 15px;
  }

  .c20 {
    margin-top: 20px;
  }

  .ys-counter {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .ys-counter li {
    padding: 5px 35px;
  }
}

@media only screen and (hover: none) and (pointer: coarse) and (min-width: 768px){

  .studio-wrap {
    margin-top: 50px;
  }

  .studio-column {
    width: 50%;
    display: block;
  }

  .studio-column::-webkit-scrollbar {
    display: none;
  }

  .studio-txt {
    font-size: 21pt;
    line-height: 24pt;
  }

  .studio-grid {
    padding-top: 0;
    width: 50%;
    float: left;
    padding-left: 50%;
  }

  .studio-video {
    margin-left: 0;
    padding: 15px;
    border-bottom: 1px solid;
  }

  .mobile-studio-column {
    display: none;
  }

  .bts {
    margin-left: 0;
    padding-left: 11px;
  }

  .content-wrap {
    padding: 15px;
    border-bottom: 0;
    margin-bottom: 200px;
  }

  .section-title {
    margin-bottom: -18px;
    margin-top: 7px;
    margin-left: 15px;
  }

  .section-title p {
    font-size: 10pt;
    text-transform: uppercase;
  }

 .c20 {
    margin-bottom: 10px;
  }

  .ys-counter li {
    margin-left: 0;
    padding-left: 30px;
  }

  .ys-counter {
    margin-left: 15px;
  }
}

@media only all and (min-width: 1300px) { 
  .studio-txt {
    font-size: 24pt;
    line-height: 27pt;
  }

  .ys-counter li {
    font-size: 14pt;
  }
}

@media only all and (max-width: 767px) { 
  .studio-txt {
    font-size: 19pt;
    line-height: 21pt;
  }

  .studio-column {
    display: none;
  }

  .studio-grid {
    padding-top: 50px;
    padding-left: 0;
    width: 100%;
  }

  .studio-video {
    margin-left: 0;
    padding: 15px;
  }

  .mobile-studio-column {
    display: block;
  }

  .bts {
    margin-left: 0;
    padding: 11px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .content-wrap {
    padding: 20px 15px;
    border-bottom: 1px solid;
  }

  .section-title {
    margin-left: 15px;
  }

  .c20 {
    margin-top: 20px;
  }

  .ys-counter {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .ys-counter li {
    padding: 5px 35px;
  }
}