Sorunu çözdüm. Aşağıdaki kod ile. Ama bunda da reklamı kapat kısmını yapamadım.

Alıntı
<style type="text/css">
.container {
width:100%;
max-width:1000px;
height:auto;
min-height:125px;
margin:auto;
margin-top:0px;
}
.d1 {
width:100%;
height:125px;
float:left;
margin-left:0%;
margin-top:0%;
border:1px solid #666;
}
.responsive-img {
position:fixed;
bottom:0;
z-index:99;
max-height:125px;
max-width:1000px;
}
</style>
</head>
<body>
<div class="container">
<div class="d1">
<a href="https://goo.gl/wwKi6A" target="_blank"><img class="responsive-img" src="http://kpssokulu.net/wp-content/uploads/2016/10/alti-sapka-reklam2.png" width="100%" height="100%">

</div>

</div>