.ads
{
    position: relative;
    height: 480px;
	/*height: 650px;*/
    text-align: center;
    overflow: hidden;
    /*background: url(https://www.mmfshareserver.com/PublicSite/WP/rsz_bg_vacation.png) no-repeat center center;*/
	background: url(https://www.mmfshareserver.com/PublicSite/BannerHero_Sharp_BG.jpg) no-repeat center center;
    background-size: cover !important;
}

.ads > div
{
    position: relative;
    background-size: cover;
    text-align: center;
}


.ads > div a
{
    position: absolute;
    bottom: 25px;
    left: 11%;
    width: 150px;
    height: 30px;
    padding: 10px;
    display: block;
    clear: both;
    text-decoration: none;
    border: 1pt solid #333;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 0;
    background: rgba(255,255,255,.8);
}


.ads > div > img
{
 height:100%; width:auto; max-width:inherit;
}
@media screen and (max-width: 900px)
 width:100%; height:auto; max-width:inherit;
}
@media screen and (max-width: 640px)
{
    .ads { height:340px;}
}

@media screen and (max-width: 568px)
{
    .ads > div a
    {
        left: 40px;
    }
	.ads > div > img{ height:auto !important; width:100%; }

 	.nav-link ul li a {
		color: #fff;
		line-height: 34px;
		font-size: 8pt;
	}
}
@media screen and (max-width: 480px)
{
    .ads { height:270px;}

}
/*@media screen and (max-width:900px){
.ads{ }
.ads > div{ }
.ads > div > img{ height:auto; width:100%; }
}*/