


/* Slideshow Section */
/* div#container main.pagecontent section.slideshow {display:flex; justify-content:center; align-items:center;} */
div#container main.pagecontent section.slideshow main.show {height:40rem; width:100%; /* max-width:var(--pagewidth); */ border:1rem solid white; border-radius:.5rem; margin:0 auto;}
div#container main.pagecontent section.slideshow main.show {position:relative; overflow:hidden; transform:none;}
div#container main.pagecontent section.slideshow main.show {box-shadow: 0/* .625rem */ /* 1 */.5rem 2.875rem var(--greentr); transition:.5s;}
div#container main.pagecontent section.slideshow main.show.devmode {width:50vw; overflow:visible; transform:scale(.5);}
div#container main.pagecontent section.slideshow main.show div.inner {display:flex; flex-direction:row; align-items:center; height:100%;}
/* div#container main.pagecontent section.slideshow main.show div.inner {animation: slide4 15s ease-in-out 0s infinite forwards;} */
div#container main.pagecontent section.slideshow main.show div.inner.smooth {transition:.5s;}
div#container main.pagecontent section.slideshow main.show div.inner div.slide {background-size:cover; height:100%; width:100%; flex-shrink:0;}
div#container main.pagecontent section.slideshow main.show div.inner div.slide {position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center;}
div#container main.pagecontent section.slideshow main.show div.inner div.slide::after {content:''; background-color:var(--green); opacity:.3;}
div#container main.pagecontent section.slideshow main.show div.inner div.slide::after {position:absolute; top:0; left:0; width:100%; height:100%; z-index:5;}
div#container main.pagecontent section.slideshow main.show div.inner div.slide img.slide {display:block; display:none; height:100%; width:100%; object-fit:cover;}
div#container main.pagecontent section.slideshow main.show div.inner div.slide a.artistlink {background-color:var(--blackglass); color:white; font-size:2rem; padding:.5rem 1rem; border-radius:.5rem; z-index:20;}
/* Slideshow Remote Controller */
div#container main.pagecontent section.slideshow main.show div.remote {position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
div#container main.pagecontent section.slideshow main.show div.remote {display:flex; flex-direction:row; align-items:center; margin:1.375rem 0;}
div#container main.pagecontent section.slideshow main.show div.remote span.dot {background-color:var(--grey,grey); cursor:pointer; --dotsize:.625rem; height:var(--dotsize); width:var(--dotsize); border-radius:50%; margin:0 .15rem;}
div#container main.pagecontent section.slideshow main.show div.remote span.dot.active {background-color:white; --dotsize:.75rem;}
/* Slide Counter */
div#container main.pagecontent section.slideshow aside.panel {display:none;}






@media screen and (max-width:64rem) {

	/* Slideshow Section */
	/* div#container main.pagecontent section.slideshow {} */
}


@media screen and (max-width:40rem) {

	/* Slideshow Section */
	/* div#container main.pagecontent section.slideshow {} */
}


@media screen and (max-width:36rem) {

	/* Slideshow Section */
	/* div#container main.pagecontent section.slideshow {} */
	div#container main.pagecontent section.slideshow main.show {border-width:.5rem; border-radius:.125rem;}
}
