
.rw-wrapper{
	width: 80%;
	position: relative;
	margin: 30px auto 0 auto;
	font-family: 'Bree Serif';
	padding: 10px;

}
.rw-sentence{
	margin: 0;
	text-align: left;
text-shadow: 2px 2px 4px #000000;
}
.rw-sentence span{
	color: #fff;
	font-size:200%;
	font-weight: normal;
}
.description-rotate {
	font-size:1.3em;
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 1.6em; }

}
