/* Add here all your CSS customizations */
.pleca {
	background-image: url('../images/static/footer.jpg');
	background-size: contain;
	min-height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 105px;
}
@media (max-width: 991px) { 
	.top-mobile {
		margin-top: 150px !important;
	
}