/* 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(241,250,245);
}

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 {
    bottom: 8.6%;
    display: block;
    height: 11%;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 11;
}

.logo-container.ghm {
    bottom: 12%;
    height: 4%;
}

.device-phone .logo-container {
    bottom: 15%;
    height: 9%;
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
}

.device-phone .logo-container.ghm {
    bottom: 18%;
    height: 4%;
}

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

.device-phone .publisher-logo {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: auto;
}

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

.device-phone .price {
    height: auto;
    left: 0;
    margin: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.tagline {
    /* display: block; */
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 11;
}

.device-phone .tagline {
    display: none;
}

.device-phone .tagline-mobile {
    /* display: block; */
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}