div#big4deals {
	text-align:center;
	margin: 1rem 0 2rem 0;
}
/*
div#big4deals a {
	display:inline-block;
	font-size:26px;
	font-weight:bold;
	margin:5px 20px;
}
*/
div#big4deals a {
    border-radius: 1rem;
    padding: .15rem 1.75rem;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0.5rem;
	color: #fff;
	background-color: #000a83;
}


div#homeFreebies {
    border: 3px solid red;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 1500px;
    margin: 0 auto 20px auto;
	text-align: center;
}


div#HomeBanners a img {
	width: 100%;
}
@media(max-width: 759px) {
	div#HomeBanners a img {
		height: auto;
	    max-width: 512px;
	    margin: 20px auto;
	    display: block;
	}
}
@media(min-width: 760px) {
	div#HomeBanners {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	div#HomeBanners a {
	    flex: 1 1 auto;
	    margin: 5px;
	    max-width: calc(25vw - 30px);
	    max-height: 250px;
	    min-width: 350px;
		border: 1px solid #d3d3d3;
        overflow: hidden;
	}
	div#HomeBanners a img {
		object-fit: contain;
		object-position: center;
		height: 100%;
		min-height: 250px;
	}
}