For responsive ad unit you can limit height or even set is as fixed via CSS as specified in AdSense documentation.
.above_the_fold_ad_unit {
height: 90px;
}
What's important if you are doing this you have to remove these attributes from ad-unit tag
data-ad-format="auto"
data-full-width-responsive="true"