@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none;
	font-style:normal;
	font-weight: normal;
}

img{ 
	border: none;
}


body{
	padding:20px;
}


#container div span{
	display: inline-block;
	padding: 4px;
	width: 40%;
	color: #fff;
	font-weight: bold;
	background: #a00;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/* INITIALIZE +++++++END */




#container div{
	width: 100%;
}

#container div img{
	width: 40%;
	height: 300px;
	object-fit: cover;

}

.ofi{
	object-fit: cover;
	font-family: 'object-fit: cover';
}
