section.slideshow{height:40vh;max-height:40vh;}
div.slideshow__caption{width:100%;height:100%;background:rgb(0,0,0,0.2);}
h1.title_page{font-size:5rem;font-weight:600;color:#fff;text-shadow:0 0 12px rgb(170 170 170);}

@media screen and (max-width:900px){
	section.slideshow{height:20vh;max-height:20vh;}
	h1.title_page{font-size:2.2rem;}
}