.ptpa-ad {
    box-sizing: border-box;
    width: 100%;
    margin: 2rem auto;
    clear: both;
    text-align: center;
}

.ptpa-ad-label {
    margin-bottom: .35rem;
    color: #6b7280;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ptpa-ad-content {
    max-width: 100%;
    overflow: hidden;
}

.ptpa-ad-content img,
.ptpa-ad-content iframe,
.ptpa-ad-content video {
    max-width: 100%;
}

.ptpa-ad-content img {
    display: inline-block;
    width: auto;
    height: auto;
}

.ptpa-media-link {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
