/* CSS Document */
header {
	top: 0;
}

#discount-table {
	margin-top: 20px;
	position: relative;
}

body {
	background-color: white;
}

#discount-table .offer-discount {
	font-weight: bold;
	font-size: 30pt;
	color: white;
	padding: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#discount-table .offer-name {
	font-size: 24px;
	font-weight: bold;
}

#discount-table a, #discount-table a:visited {
	color: black;
	font-weight: bold;
}

#discount-table #map {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

#discount-table .map-container {
	margin-top: 20px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}

.image-container {
	position: absolute;
}

.image-wrapper {
	padding-top: 10px;
	height: 420px;
	position: relative;
	overflow: hidden;
}

#headline i {
	display: none;
}

@media screen and (max-width: 764px) {
    
    #discount-table .offer-discount {
    	position: absolute;
    	margin: 0 auto;
    	top: -50px;
    	left: 40%;
	font-size: 20pt;
    }

    #headline {
    	text-align: center !important;
    }

    #discount-table .dis-name {
    	display: none;
    }

    #discount-table .offer-name span {
    	font-size: 12pt;
    }

    #discount-table td {
    	display: block;
    	border: none;
    	text-align: justify;
    }

    #discount-table td:first-child {
    	font-weight: bold;
    	padding-bottom: 0;
    	padding-top: 0;
    	margin-bottom: 0;
    	margin-top: 0;
    }

    #discount-table .map-container {
    	box-shadow: none;
    }
}