.ads
{
    position: relative;
    height: 480px;
    text-align: center;
    overflow: hidden;
    background: url(https://www.MMFShareserver.com/PublicSite/UAE/Rotating_Homepure_nova2.jpg) no-repeat center center;
    background-size: cover !important;
}

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


.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
{
}

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

