.pubad { display: flex; align-items: center; justify-content: center; }
@media (min-width: 728px) { [data-device="mobile"] { display: none; } [data-device="desktop"] { display: block; } }
@media (max-width: 727px) { [data-device="desktop"] { display: none; } [data-device="mobile"] { display: block; } }
@media (max-width: 360px) { .pubad { width: 100% !important; overflow-x: hidden !important; } }
@media screen and (max-width:727px){.pubad[data-device="desktop,tablet"]{display:none}}