body {
	z-index: -2;
}
.swiper-container {
	height: 70vh;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.swiper-wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 100vw;
}
.swiper-slide {
	vertical-align: middle;
	/*width: 100vw;*/
}
.swiper-button-next, .swiper-button-prev {
	color: black;
}
.swiper-pagination-bullet-active {
	background-color: black;
}
/* .swiper-slide a { */
	/*margin: 10px 0;*/
	/*width: 18%;*/
	/*display: inline-block;*/
/* } */
.nGY2GThumbnail_l1 {
	margin-top: 10px;
	box-shadow: none;
	transition: box-shadow 0.5s ease;
}
.nGY2GThumbnail_l1:hover {
	box-shadow: 0px 0px 12px -2px #000;
	z-index: 5;
}
.slide-title {
	position: absolute;
	width: 100%;
	bottom: 25px;
	text-align: center;
	font-size: 18pt;
}
#page-header {
	margin: 0 1.5%;
	display: grid;
	grid-template-columns: 1fr 25% 1fr;
	grid-template-areas: '. header legend';
	align-items: center;
}
#page-header h1 {
	grid-area: header;
}
#legend {
	width: 100%;
	grid-area: legend;
	display: inline-block;
	text-align: right;
	font-size: 14pt;
	margin: 2% 2% 2% 0;
}
#legend-icon {
	display: inline-block;
	position: relative;
	top: 3px;
	margin: 0 1.5%;
	width: 20px;
}
.section-header {
	display: flex;
	/*text-align: center;*/
	flex-basis: 100%;
	justify-content: center;
}
.section-header h2 {
	border-bottom: black 2px solid;

}
#wrapper {
	display: block;
}
#maxine-poems {
	margin-bottom: 50px;
	text-align: center;
}
h2 {
	margin: 0px 0px;
	position: relative;
	z-index: 5;
	font-size: 3.8vh;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right:15px;
}


#visitor-poems-div {
	/*display: flex;*/
	/*justify-content: space-evenly;*/
	position: relative;
	margin: 3% 0;
	/*min-height: 100px;*/
	transition: min-height 0.3s linear;
}
#loading-div {
	/*min-height: 100px;*/
	position: absolute;
	margin: 0 auto;
	top: 30px;
	text-align: center;
	width: 100%;
}
.poem-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
#user-poems {
	/*position: absolute;*/
	top: 0px;
}
.user-poem {
	position: relative;
	/*display: inline-block;*/
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
.user-poem > div {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.next, .prev {
	position: absolute;
	height: 40px;
	top: 50%;
}
.next {
	right: -40px;
} 
.prev {
	left: -40px;
}
canvas {
	box-shadow: 0px 0px 17px -1px #000a;
	transition: box-shadow 0.5s ease;
}
canvas:hover {
	box-shadow: 0px 0px 25px 4px #000a;
}
.video-link {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all 0.3s ease;
}
.video-link:hover {
	transform: scale(1.2);
}
.video-icon {

	width: 28px;
}