.uc_mega_app_download_buttons, .uc_mega_app_download_buttons *{
	padding: 0;
	margin: 0;
	

}
.uc_mega_app_download_buttons {
	text-align:center;
}
.uc_mega_app_download_buttons .uc_item {
	display: inline-block;
	position: relative;
	margin: 0 15px;
	padding: 10px 20px;
	border: 3px solid #fff;
	box-sizing: border-box;
	vertical-align: middle;
	z-index: 0;
	color:white;
	text-align:left;
	width:266px;
}
.uc_mega_app_download_buttons .uc_item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0%;
	width: 0%;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease;
}
.uc_mega_app_download_buttons .uc_item:hover::after {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transform: rotateX(360deg);
	transition: all 0.3s ease;
}
.uc_mega_app_download_buttons .uc_image {
	max-width: 100%;
	max-height: 100%;
}

.uc_mega_app_download_buttons i {
	font-size: 56px;
    margin-right: 18px;
    margin-top: 4px;
}

.uc_mega_app_download_buttons .uc_button_app {
    float: right;
    font-size:26px;
  font-family:arial;
}


@media screen and (min-width: 960px) {
	.uc_mega_app_download_buttons .uc_item {
		height: 89px;
	}
}
@media screen and (max-width: 959px) {
	.uc_mega_app_download_buttons .uc_item {
		height: 89px;
	}
}
@media screen and (max-width: 479px) {
	.uc_mega_app_download_buttons {
		padding-top: 40px;
	}
	.uc_mega_app_download_buttons .uc_item {
		margin: 0 auto 40px;
		height: auto;
		width: 240px;
	}
}