/* Add ad specific styles below */
.paramount-bleed,
.paramount-bleed * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.background-landscape {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}

.device-phone .background-landscape {
    display: none;
}

.background-portrait {
    display: none;
}

.device-phone .background-portrait {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}

.publisher-logo {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 8%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 6%;
    width: 80%;
    z-index: 1;
}

.device-phone .publisher-logo {
    height: 5.4%;
}

.lockup {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 14%;
    height: 42%;
    left: 2.4%;
    position: absolute;
    width: 34%;
    z-index: 1;
}

.device-phone .lockup {
    bottom: 26%;
    height: 33%;
    left: 24%;
    width: 54%;
}