@media (max-width:480px) {}

.ekit-wid-con .ekit-double-btn svg {
	max-width: 14px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit_button_middle_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	position: absolute;
	-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
	background: #fafaf8;
	color: #444;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	z-index: 5;
}