.wide-column {
	width: 90%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.block {
	margin: 20px 10px;
	display: inline-block;
}
#virtual-composition-workshop {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 10px;
	/*width: 70%;*/
}
#virtual-composition-workshop p, #virtual-composition-workshop img {
	align-self: flex-start;
	/*object-fit: scale-down;*/
	width: 100%;
	/*display: inline-block;*/
	margin: 10px 10px;
}
#virtual-composition-workshop .left {
	/*float: left;*/
	width: 45%;
}
#virtual-composition-workshop .right {
	/*float: right;*/
	width: 45%;
	
}
#upper-section > div {
	position: relative;
	display: flex;
	align-items: center;
}
.left-two-third {
	margin: 0 15px; 
	width: 60%;
	display: inline-block;
}
.left-two-third > p {
	clear: both;
}
.right-third {
	position: relative;
	/*display: flex;*/
	/*justify-content: center;*/
	margin: 0 15px;
	width: 30%;
	display: inline-block;
	/*float: right;*/
}
.right-third img {
	width: 100%;
}
.narrow {
	/*display: flex;
	justify-content: right;
	flex-wrap: wrap;*/
	float: right;
	width: 80%;
}
#example-div > div {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: center;*/
}
.zoom {
	transform: scale(1.4) translate(-15vw, 0);
}
.bottom-index {
	z-index: 5;
}
.top-index {
	z-index: 10;
}
.notes-intro {
	font-style: italic;
	font-weight: 600;
	margin-bottom: 30px;
}
#demo-video-el, #example-div img {
	/*display: absolute;*/
	/*top: 0px;*/
	/*bottom: 0px;*/
	/*left: 0px;*/
	/*right: 0px;*/
	z-index: 3;
	object-fit: scale-down;
	/*align-self: */
	width: 120%;
	box-shadow: 0px 0px 10px 0px #000a;
}
.image-block {
	position: relative;
}
img {
	transition: all 1s ease;
}
.caption {
	position: relative;
	text-align: center;
	font-style: italic;
}
/*#upper-section img:hover {
	transform: scale(1.4) translate(-300px, 0px);
}*/
.bg {
	animation: backg forwards 0.5s ease;
	/*background-color: #000a;*/
	/*display: none;*/
	position: fixed;
	*top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100vw;
	height: 100%;
	z-index: 9;
}
#demo-video video {
	position: relative;
	transition: all 0.5s ease;
}
#demo-video video.big {
	z-index: 10;
	transform: scale(2) translate(-15vw, 0);
}

#upper-section .enlarge {
	padding-top: 15px;
	width: 120%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
#upper-section .enlarge img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	transform: rotateZ(45deg);
	object-fit: cover;
	box-shadow: none;
	transition: transform 0.7s ease;
}
#upper-section .enlarge img:hover {
	transform: scale(1.3) rotateZ(45deg);
}
p {
  line-height: 18pt;
	text-align: justify;
}
#twenty-one-workshop {
  /* width: 80%; */
  margin: 1% 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#video-wrapper {
  width: 100%;
}
#top-video {
  width: 100%;
	box-shadow: 0px 0px 10px 0px #000a;
}
#workshop-captions {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin: 2% 0;
}
#katz-score-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-content: center; */
  width: 100%;
}
#katz-score {
  flex-basis: 100%;
  /* width: 50%;  */
  margin: 0 25%;
}
#katz-score img {
  flex-basis: 100%;
  /* margin: 0 40%; */
  width: 100%;
	box-shadow: 0px 0px 10px 0px #000a;
}
#student-photos-carousel {
  width: 100%;
}
#student-photos-carousel .el {
  vertical-align: middle;
  margin: 0 2%;
  width: 40%;
  display: inline-block;
}
#student-photos-carousel img {
  width: 100%;
	box-shadow: 0px 0px 10px 0px #000a;

}
#student-photos-carousel .el:nth-child(2) {
  width: 35%;
  margin: 1% 2%;
}
.swiper {
	/* height: 100%; */
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.swiper-wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 97vw;
}
.swiper-slide {
  /* padding: 1%; */
  /* display: flex; */
  /* flex-direction: ; */
  justify-content: center;
  /* flex-wrap: wrap; */
  /* align-content: center; */
  /* object-fit:scale-down; */
	/* width: 100vw; */
}
.swiper-button-next, .swiper-button-prev {
	color: black;
}
.swiper-pagination-bullet-active {
	background-color: black;
}
.slide-title {
  /* position: relative; */
  /* top: 5%; */
  font-size: 1.7vh;
}
@keyframes backg {
	0% {
		background-color: transparent;
	}
	100% {
		background-color: #000a;
	}
}