<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content #story{
	max-width: 950px;
	margin: inherit;
}

@media screen and (min-width:401px and max-width:900px){
	#content{
		max-width: 80%;
	}
}

@media screen and (max-width:900px){
	#content #story #element{
		max-width: 400px;
		margin: 0 auto;
		clear: both;
	}
}

@media screen and (min-width:901px){
	#content #story #element{
		width: 48%;
	}
	.elementL{ float: left; }
	.elementR{ float: right; }
}

#content #story #element{
	margin-bottom: -10px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#content #story #element #socials #icons img{
	width: 30px;
	height: auto;
	margin-right: 15px;
	margin-bottom: -10px;
	border: 3px solid #fff;
	transition-duration: .5s;
}

#content #story #element #socials #icons img:hover{
	border: 3px solid #000919;
	border-radius: 50%;
	transition-duration: .5s;
}

#content #story #element #theatre{
	width: 100%;
	min-height: 110px;
	max-height: 270px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 3%;
}
#content #story #element #theatre .thumb{
	width: 140%;
    overflow: hidden;
    margin: 0 auto;
    margin-left: -30%;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-duration: .5s;
}

#content #story #blockInstagram {
	margin-top: -15px !important;
}

#content #story #element #theatre:hover .thumb{
	width: 150%;
	margin: -2.5% 0 -2.5% -37%;
	transition-duration: .5s;
}

#content #story #element #desc{
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: -15px;
}

#content #story #element #typo{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

#content #story #element #desc h2{
	font-size: 25px;
	margin-bottom: 10px;
}</pre></body></html>