﻿

#Splash { height: calc(100px + 25vh); margin-bottom: 20px; margin-top: 20px; overflow: hidden; max-height: 390px }


#Splash {transition-property:height,margin-bottom,margin-top; transition-duration:1.5s}
#Splash[data-collapsed] {height:0px; margin-bottom:0px; margin-top:0px;}


#Splash {background-image:url('/images/photo_small.jpg');
		 background-size:auto calc(100px + 25vh);
		 background-position:left center;
		 background-repeat:no-repeat;}

@media screen and (min-height:1160px)
{
	#Splash {background-size:auto 390px;}
}

#Splash {display:flex; flex-direction:column; align-items:flex-end; justify-content:center;}


#Splash { color: rgba(255,255,255,0.82); padding-left: calc(20px + 25vh + 1vw); }


#Splash .antony {font-size:calc(13px + 1.6vw); margin-bottom:10px; font-weight:bold;}

#Splash > * {text-align:right;}