.sync-adwrapper{
    display: block;
    text-align: center;
}

.sync-adwrapper img{
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.syncad{
    display: flex;
    justify-content: center;
}

.syncad > *{
    width: 100% !important;
    max-width: 100% !important;
}

@media (min-width: 769px){
    .sync-adwrapper .sync-banner-mobile{
        display: none;
    }
}

@media (max-width: 768px){
    .sync-adwrapper .sync-banner-desktop{
        display: none;
    }

    .syncad{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: 260px;
    }
}