#topMenuContainer #topMenu #topMenuLogo {
    float: left;
    padding: 11px 15px;
}

.mnModSlider .mnModSlide {
    top: 41%;
}

@media screen and (max-width : 768px) {
	.mnModSlider .mnModSlide {
	    top: 25%;
	}
}

@media screen and (max-width : 1100px) {
	#topMenuLogoImg{
		display: none !important;
	}
}
