.wiim-menu-img img{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.wiim-menu-img img{
	display: inline-block;
}

.wiim-menu-img-before img{
	margin-right: 10px;
}

.wiim-menu-img-after img{
	margin-left: 10px;
}

.wiim-menu-img-over img:not(.trp-flag-image){
	width: 70px;
}

.wiim-menu-img-over{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 10px;
}

.wiim-menu-img-over img:not(.trp-flag-image){
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wiim-menu-img-over span{
	margin-top: 70px !important;
	display: block;
}

.wiim-menu-img-over .sub-arrow{
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 960px){
	.wiim-menu-img-over span{
		margin-top: 0px !important;
	}
	.wiim-menu-img-over .sub-arrow{
		margin-bottom: -10px !important;
	}
	.wiim-menu-img-over img:not(.trp-flag-image){
		position: static;
		transform: translate(0%, 0%);
	}
}	