<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#box_latest_photo_container {
	position: relative;
	width: 78vw; min-width: 80vw;
	height: auto;
	top: 65vh;  
	float: left;
	margin: 0 10vw 15vh 10vw;
	}
	
#box_latest_photo_title {
	position: relative;
	width: 78vw;
	top: 1vw; 
	text-align: left;
	text-indent: 2vw;
	float: left;
	}

#box_latest_photo_photo_1, #box_latest_photo_photo_2, #box_latest_photo_photo_3{
	position: relative;
	width: 78vw; min-width: 78vw;
	height: 53.3vw; min-height: 53.3vw;
	margin: 6vh 0 0.5vh 0;
	}

#box_latest_photo_gallery_1, #box_latest_photo_gallery_2, #box_latest_photo_gallery_3 {
	position: relative;
	width: 78vw; 
	height: 2vw; 
	bottom: 0vw; 
	border-bottom: 5vh solid transparent;
	}

.class_latest_photo{
position: relative;
	float: left;
	width: 100%; 
	height: 100%;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center; 
	background-size: cover;
	border-radius: 10px;
	float: left;
	}
</pre></body></html>