/* 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(244,249,253);
}

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: 1;
}

.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: 1;
}

.logo-container {
    /* background: rgba(255,0,0,0.3); */
    display: block;
    height: 12%;
    left: 9%;
    margin: 0;
    position: absolute;
    right: auto;
    top: 80%;
    width: 38%;
    z-index: 11;
}

.logo-container.ghm {
    height: 5%;
    top: 84%;
}

.device-phone .logo-container {
    height: 8.4%;
    left: 10%;
    top: 82%;
    width: 80%;
}

.device-phone .logo-container.ghm {
    height: 5%;
    top: 84.5%
}

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

.device-phone .publisher-logo {
    left: -3.4%;
}

.device-phone .ghm .publisher-logo {
    left: -1%;
    max-width: 90%;
}

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

.price {
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 63%;
    width: 50%;
    z-index: 11;
}

.device-phone .price {
    left: 8%;
    margin: 0;
    right: auto;
    top: 49%;
    width: 70%;
}

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

.show {
    display: block;
}