@charset "UTF-8";
/*** CSS for rb-rotator widget ***/
.footer-photo-rotator{
	width: 100%;
	max-width: 260px;
	height: 180px;
	background: #74AA74;
	overflow: hidden;
	margin: 0 auto;
}

.footer-photo-rotator img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
}