/* Overwrite of close button */
.ath-container:before {
	position: absolute !important;
    background-image: url(/themes/keg/images/mobile_tile_close.png) !important;
    background-color: transparent !important;
    right: 0 !important;
    left: auto !important;
}

.ath-container img.mobile-tile-icon {
	width: auto;
	max-width: 65%;
	height: 15vh;
    display: block;
    margin: auto auto;
    text-align: center;
}

.ath-container {
	color: #343434;
	background: #f5f5f5;
	border: 2px solid #343434;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: none;
	
	/* gradient */
	background: -moz-linear-gradient(45deg, rgba(254,254,254,1) 0%, rgba(206,206,206,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(206,206,206,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(254,254,254,1) 0%, rgba(206,206,206,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(254,254,254,1) 0%, rgba(206,206,206,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(254,254,254,1) 0%, rgba(206,206,206,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(254,254,254,1) 0%, rgba(206,206,206,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefefe',GradientType=1 ); /* ie6-9 */
}