/*

/asset/css/Figure.css

*/

a {
	
	color: white;
	text-decoration: none;
	
}

a:hover {
	
	opacity: 0.6;
	
}

.bulge_left {
	
	width: 70%;
	margin-left: -20%;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.bulge_left {
		
		width: 50%;
		margin-left: 0%;
		
	}
	
}

.bulge_right {
	
	width: 70%;
	margin-right: -20%;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.bulge_right {
		
		width: 50%;
		margin-right: 0%;
		
	}
	
}

.figureGrd {
	
	display: grid;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

.figureGrd a {
	
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

.figureRw {
	
	display: grid;
	column-gap: 3px;
	
}

.ar3x2_square_ar3x2 {
	
	grid-template-columns: 36.4% 27.2% 36.4%;
	
}

.square_ar3x2_square {
	
	grid-template-columns: 30.0% 40.0% 30.0%;
	
}

.land {
	
	grid-template-columns: auto;
	
}

.land_port {
	
	grid-template-columns: 68.87% auto;
	
}

.land_land {
	
	grid-template-columns: repeat(2, auto);
	
}

.land_square_land {
	
	grid-template-columns: 37.5% 25.0% 37.5%;
	
}

.land_land_land {
	
	grid-template-columns: repeat(3, auto);
	
}

.port_port_port_port_port {
	
	grid-template-columns: repeat(5, auto);
	
}

.fg {
	
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin-bottom: 3px;
	
}

#ctnr {
	
	width: 100vw;
	
}

#fg {
	
	width: 100%;
	height: auto;
	
}

#figureCtnr {
	
	position: absolute;
	
}

#infoboxCtnr {
	
	position: absolute;
	bottom: 50px;
	right: 50px;
	max-width: 60%;
	height: auto;
	text-align: right;
	font-size: small;
	font-family: 'Josefin Sans', sans-serif;
	opacity: 0.7;
	color: white;
	
}
/*
#captionTxt, #copyrightTxt {
	
	padding-right: 8px;
	padding-left: 8px;
	line-height: 1.2em;
	
}
*/
#infoboxHr {
	
	height: 0px;
	background-color: white;
	border: none;
	
}

#getFigureBdy {
	
	margin: 0;
	background-color: black;
	
}

.outdent {
	
	margin-left: -20%;
	margin-right: -20%;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.outdent {
		
		margin-left: 0px;
		margin-right: 0px;
		
	}
	
}



