/* Fix ads that are not centered (iframe) */
.adthrive-ad div {
display: flex;
justify-content: center;
}

.adthrive-ad-cls>div, .adthrive-ad-cls>iframe {
   flex-basis: auto!important;
}

.adthrive-content {
 align-content: center !important;
}

