<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : May 29, 2015, May 29, 2015 3:42:28 PM
    Author     : Jaroslaw J. Kowalski &lt;jk@jaroslawk.com&gt;
*/

.possi-left {
	position: relative;
	float: left;
	width: 50%;
	height: 600px;
	background-image: url(../../../img/possi_www_home_left.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.possi-left .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 175px;
	padding: 20px 0 0 17px;
	background-color: rgba(193,174,65,0.6);
	font-size: 44px;
	line-height: 44px;
    letter-spacing: -0.04em;
	color: white;
	font-family: SuperclarendonBl-Regular;
	/*text-shadow: 0px 4px 4px rgba(0,0,0,0.5);*/
}


.possi-right {
	position: relative;
	float: right;
	width: 50%;
	height: 600px;
	background-image: url(../../../img/possi_www_home_right.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.possi-right .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 175px;
	padding: 20px 0 0 38px;
	background-color: rgba(0,0,0,0.3);
	font-size: 44px;
	line-height: 44px;
    letter-spacing: -0.04em;
	color: white;
	font-family: SuperclarendonBl-Regular;
	/*text-shadow: 0px 4px 4px rgba(0,0,0,0.5);*/
}
</pre></body></html>