.banner-wrapper-header-mobile{
}

.banner-wrapper-header-mobile img
{
	height: 40px;
	position: fixed;
	top: 8px;
	right: 125px;
	display: flex;
	z-index: 1080;	
}


@media only screen and (min-width :992px) {
	.banner-wrapper-header-mobile{
		display: none !important;
	}
