/* 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;
}

.paramount-bleed {
    background: rgb(0, 0, 0);
}

img {
    border: 0;
}

.click-cover {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 20;
}

.background-landscape {
    bottom: 0;
    display: block;
    height: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

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

.background-portrait {
    display: none;
}

.device-phone .background-portrait {
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 13;
}

.logo-container {
    bottom: 7%;
    display: block;
    height: 3.6%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 53%;
    z-index: 13;
}

.logo-container.ghm {
    height: 6%;
}

.device-phone .logo-container {
    bottom: 8%;
    height: 3%;
    left: 0;
    margin: auto;
    right: 0;
    width: 85%;
}

.device-phone .logo-container.ghm {
    height: 3%;
}

.overlay-landscape {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 12;
}

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

.publisher-logo {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: auto;
    z-index: 11;
}

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

.endorsement {
    bottom: 0;
    display: block;
    height: 33%;
    left: auto;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 11;
}

.device-phone .endorsement {
    height: 45%;
}

.hide {
    display: none;
    opacity: 0;
}

.show {
    display: block;
}
