.Adaptable { width: 320px; height: 100px; }
media(min-width: 500px) { .Adaptable { width: 300px; height: 200px; } }
media(min-width: 800px) { .Adaptable { width: 336px; height: 280px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Adaptable -->
<ins class="adsbygoogle Adaptable"
style="display:block"
data-ad-client="ca-pub-XXXXXXX11XXX9"
data-ad-slot="8XXXXX1"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>