/* 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(255,255,255);
}

.device-phone .paramount-bleed {
    background: rgb(255, 255, 255);
}

img {
    border: 0;
}

.background {
    /* background: rgb(210, 72, 25);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d24819", endColorstr="#eb7b33", GradientType=1); */
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

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

.background-landscape {
    display: block;
    height: auto;
    width: 100%;
}

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

.background-portrait {
    display: none;
}

.device-phone .background-portrait {
    display: block;
}

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

.device-phone .container {
    bottom: 0;
    /* display: block; */
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 12;
}

/* question styling section */

.question {
    display: block;
}

.device-phone .question {
    display: block;
}

.answers {
    /* background-color: red; */
    bottom: auto;
    color: rgb(105, 105, 105);
    cursor: pointer;
    /* display: block; */
    font-family: arial;
    font-size: 20px;
    height: auto;
    left: 3.5%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 37%;
    width: 34%;
    z-index: 13;
}

.device-phone .answers {
    font-size: 15px;
    left: 12.5%;
    top: 41%;
    width: 38%;
}

.native-article_link .answers {
    font-size: 17px;
    top: 37%;
}

.radio-button {
    margin-top: 23px;
}

.device-phone .radio-button {
    margin-top: 18px;
}

.native-article_link .radio-button {
    margin-top: 17px;
}

/* correct section */

.correct {
    display: none;
}

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

/* incorrect section */

.incorrect {
    display: none;
}

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



/* button styling */

.left-button {
    bottom: 14%;
    cursor: pointer;
    /* display: block; */
    height: auto;
    left: 3.5%;
    margin: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 20%;
    z-index: 13;
}

.device-phone .left-button {
    bottom: 10%;
    /* display: block; */
    height: auto;
    left: 10%;
    margin: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 35%;
    z-index: 13;
}

.right-button {
    bottom: 14%;
    cursor: pointer;
    /* display: block; */
    height: auto;
    left: 26%;
    margin: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 20%;
    z-index: 13;
}

.device-phone .right-button {
    bottom: 10%;
    /* display: block; */
    height: auto;
    left: auto;
    margin: auto;
    position: absolute;
    right: 9%;
    top: auto;
    width: 35%;
    z-index: 13;
}



/* overlay styling */

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

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

.overlay-portrait {
    display: none;
}

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