* {
    margin: 0;
    padding: 0;
}

html, body {
    overscroll-behavior-y: none;
}

:root {
    --color-solid-black: #000;
    --color-black: #121212;
    --color-link-blue: #486784;
    --color-gray: #7c7c7c;
    --color-red: #EC1300;
}

@font-face {
    font-family: ComicNeue-Regular;
    src: url('/content/dam/target-share/immersive-story-telling/mary-happiness/assets/fonts/ComicNeue-Regular.ttf') format("truetype");
}

@font-face {
    font-family: ComicNeue-LightItalic;
    src: url('/content/dam/target-share/immersive-story-telling/mary-happiness/assets/fonts/ComicNeue-LightItalic.ttf') format("truetype");
}

@font-face {
    font-family: ComicNeue-Light;
    src: url('content/dam/target-share/immersive-story-telling/mary-happiness/assets/fonts/ComicNeue-Light.ttf') format("truetype");
}

@font-face {
    font-family: ComicNeue-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/mary-happiness/assets/fonts/ComicNeue-Italic.ttf') format("truetype");
}

@font-face {
    font-family: ComicNeue-BoldItalic;
    src: url('/content/dam/target-share/immersive-story-telling/mary-happiness/assets/fonts/ComicNeue-BoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: ComicNeue-Bold;
    src: url('/content/dam/target-share/immersive-story-telling/mary-happiness/assets/fonts/ComicNeue-Bold.ttf') format("truetype");
}

@media screen and (min-width: 1200px) {
    .opener {
        margin-bottom: 40px;
    }
}


@media screen and (min-width: 320px) {
    .hide-on-small {
        display: none;
    }
    .hide-on-large {
        display: block;
    }
    .show-on-large {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .hide-on-small {
        display: block;
    }
    .hide-on-large {
        display: none !important;
    }
.show-on-large {
		display: block;
	}
}
@media screen and (min-width: 1200px) {
    .hide-on-small {
        display: block;
    }
	.show-on-large {
		display: block;
	}
}
.main-wrapper {
    max-width: 100%;
    margin: 0 auto;
    overscroll-behavior-y: none;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: var(--color-black);
    position: relative;
    background-color: #fff;
}
.special-heading {
    font-size: 14px;
    color: #676767;
    line-height: 125%;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
h1 {
    font-size: 48px;
    color: var(--color-black);
    line-height: 125%;
    font-weight: 900;
}
.main-heading {
    border-bottom: 1px solid #d5d5d5;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}
.sub-heading {
    font-size: 20px;
    color: var(--color-black);
    margin-top: 10px;
}

.article-affiliation {
    font-size: 16px;
    line-height: 1.35;
    font-weight: normal;
    margin-bottom: 12px;
}

.article-attribution {
    font-size: 14px;
    line-height: 1.25;
}

.article-affiliation a,
.article-attribution a {
    color: var(--color-link-blue);
    text-decoration: underline;
    font-weight: 700;
}
.article-affiliation p {
    margin-top: 0;
}

.article-language {
    margin-top: 12px;
    display: block;
    padding-left: 20px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .article-language {
        margin-top: 0px;
        display: inline-block;
    }
    .flex-none {
        flex: none;
    }
    .flex-one {
        flex: 1;
    }
}

.publish-date {
    display: block;
}

.story-content {
    margin-top: 30px;
    padding: 0 8.26%;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}
.story-content-comic {
    padding: 0 22.35%
}
.black-block-wrapper a, .story-content-comic a, .story-content-image a {
    color: var(--color-link-blue);
    text-decoration: underline;
}
.story-content.story-content-with-padding {
    padding: 20px;
    margin: 0px auto;
    width: 94%;
    border-bottom: 1px solid #d5d5d5;
}
.story-content.story-content-caption{
	margin:0;
}

.story-content p {
    margin-bottom: 20px;
}
.story-content .article-affiliation p {
    margin-bottom: 0;
}
.story-content a {
    color: var(--color-link-blue);
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .story-content > p {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .story-content {
        font-size: 20px;
        padding: 0 17.44%;
    }
    .story-content.story-content-with-padding, .main-heading {
        padding: 20px 1.2%;
        width: 1220px;
    }
}

@media screen and (min-width: 1200px) {
    .story-content {
        margin-top: 20px;
        padding: 0 32.58%;
    }
}
@media screen and (min-width: 768px) {
    .publish-date {
        display: inline-block;
    }
}
.story-content ul.sharp-c-social-icon-share__list {
    display: flex;
    justify-content: left;
    list-style: none;
    margin-top: 12px;
}

.story-content ul.sharp-c-social-icon-share__list li {
    margin-right: 10px;
}

.story-content ul.sharp-c-social-icon-share__list li a {
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 0;
    line-height: 0;
    background-position: center;
}

.story-content ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMzQjU5OTgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41MDQ5IDI2LjY0MDFWMTguNzU4M0gyMi4xNTA5TDIyLjU0NjkgMTUuNjg2SDE5LjUwNDlWMTMuNzI0N0MxOS41MDQ5IDEyLjgzNTUgMTkuNzUxOCAxMi4yMjkzIDIxLjAyNjkgMTIuMjI5M0wyMi42NTQxIDEyLjIyODZWOS40ODEwN0MyMi4zNzI2IDkuNDQzNjMgMjEuNDA3MSA5LjM2MDExIDIwLjI4MzkgOS4zNjAxMUMxNy45MzgxIDkuMzYwMTEgMTYuMzMyNSAxMC43OTE1IDE2LjMzMjUgMTMuNDIwOVYxNS42ODZIMTMuNjgwMVYxOC43NTgzSDE2LjMzMjVWMjYuNjQwMUgxOS41MDQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

.story-content ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMwMEFDRUUiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwXzMxODU3KSI+CjxwYXRoIGQ9Ik0yMC4wMTQ2IDE2LjM0OUwyNy44OTE2IDcuMTkxNzFIMjYuMDI1TDE5LjE4NTQgMTUuMTQyOEwxMy43MjI2IDcuMTkxNzFINy40MjE4OEwxNS42ODI3IDE5LjIxNTJMNy40MjE4OCAyOC44MThIOS4yODg1OUwxNi41MTE0IDIwLjQyMTRMMjIuMjgwNSAyOC44MThIMjguNTgxMkwyMC4wMTQxIDE2LjM0OUgyMC4wMTQ2Wk0xNy40NTc4IDE5LjMyMTFMMTYuNjIwOSAxOC4xMjM5TDkuOTYxMTkgOC41OTcwN0gxMi44Mjg0TDE4LjIwMjggMTYuMjg1NUwxOS4wMzk4IDE3LjQ4MjhMMjYuMDI1OSAyNy40NzY2SDIzLjE1ODdMMTcuNDU3OCAxOS4zMjE2VjE5LjMyMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwXzMxODU3Ij4KPHJlY3Qgd2lkdGg9IjIxLjE1OTQiIGhlaWdodD0iMjEuNjM3NCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNDIxODggNy4xOTE3MSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)
}

.story-content ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMyODY3QjIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS41MzUxIDkuMzYwMTFDMTAuMzI2OSA5LjM2MDExIDkuMzU5OTkgMTAuMzI3MSA5LjM1OTk5IDExLjUzNTJDOS4zNTk5OSAxMi43NDM0IDEwLjMyNjkgMTMuNzEwMyAxMS41MzUxIDEzLjcxMDNDMTIuNzQzMyAxMy43MTAzIDEzLjcxMDIgMTIuNzQzNCAxMy43MTAyIDExLjUzNTJDMTMuNzEwMiAxMC4zMjcxIDEyLjc0MzMgOS4zNjAxMSAxMS41MzUxIDkuMzYwMTFaTTIyLjQxMDcgMTUuNTIzM0MyMS4zMjI4IDE1LjUyMzMgMTkuOTkzNyAxNi4yNDc2IDE5LjM4OTYgMTcuMjE0NlYxNS43NjQ1SDE1Ljc2NDRWMjYuNjQwMUgxOS4zODk2VjIwLjIzNTdDMTkuMzg5NiAxOS4yNjg3IDIwLjIzNTYgMTguNDIyNyAyMS4yMDE4IDE4LjQyMjdDMjIuMTY4OCAxOC40MjI3IDIzLjAxNDggMTkuMjY4NyAyMy4wMTQ4IDIwLjIzNTdWMjYuNjQwMUgyNi42NFYxOS43NTI2QzI2LjY0IDE3LjQ1NjUgMjQuNzA2MSAxNS41MjMzIDIyLjQxMDcgMTUuNTIzM1pNOS43MjIxNSAyNi42NDAxSDEzLjM0NzNWMTUuNzY0NUg5LjcyMjE1VjI2LjY0MDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.story-content-image {
    width: 100%;
}
.story-content-image p {
    margin-bottom: 20px;
}
.story-content-image img {
    max-width: 100%;
}

.clearfix {
    clear: both;
}
.img-wrapper-centered {
    max-width: 72%;
    margin: 0 auto;
}
.img-wrapper-small {
    max-width: 65.52%;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .story-content-image {
        padding: 0 7.8%;
    }
}

@media screen and (max-width: 1024px) {
    .story-content-image {
        padding: 0;
    }
}
.img-caption {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: Lato, sans-serif;
    color: var(--color-black);
    padding: 10px 0 0;
}

.img-caption span {
    display: block;
}
.story-content a {
    color: var(--color-link-blue);
    text-decoration: underline;
}

.story-content.margin-top-20, .tip-wrapper.margin-top-20 {
    margin-top: 20px;
}
.story-content.margin-top-40 {
    margin-top: 38px;
}
.story-content.margin-bottom-40, .story-content-image.margin-bottom-40 {
    margin-bottom: 38px;
}
@media screen and (min-width: 768px) and  (max-width: 1024px) {
    .img-wrapper-centered, .video-wrapper-centered{
        max-width: 100%;
    }
    .img-caption {
        padding: 10px 17.44% 0;
    }
    .img-wrapper-small .img-caption {
        padding: 10px 0 0;
    }
    .story-content-image.two-images .img-caption {
        padding: 0 13.44% 0;;
    }
    .img-wrapper-small {
        max-width: 64%;
    }
    .story-content-comic {
        padding: 0 9.35%;
    }
}
@media screen and (max-width:767px) {
    .img-wrapper-centered, .video-wrapper-centered {
        max-width: 100%;
    }
    .story-content-image.two-images {
        padding: 0;
    }
    .img-wrapper-small {
        max-width: 100%;
        margin: 0 auto;
    }
}
.line-separator-gray {
    border: 1px solid #d5d5d5;
}
.border-bottom-gray {
    border-bottom: 1px solid #d5d5d5;
}
.story-content-comic {
    font-family: ComicNeue-Regular;
    color: #121212;
    font-weight: 700;
    font-style:italic;
    font-size: 21px;
    line-height: 26.25px;
    margin-bottom: 16px;
    text-align: center;
}
.story-content-comic p {
    line-height: 26.25px;
}
.story-heading {
    text-align: center;
    font-size: 30px;
    font-family: Lato;
    font-weight: 900;
    color:#EC1300;
    line-height: 37.5px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-style: normal;
}
.black-block-wrapper {
    padding: 20px;
    max-width: 900px;
    font-family: ComicNeue-Regular;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
    line-height: 26.25px;
    margin: 0 auto;
}
.black-block-wrapper img {
    width: 100%;
}
.image-caption-wrapper {
    display: flex;
    flex-direction: column;
    height: 300px;
    align-items: center;
    justify-content: center;
}
.image-caption-wrapper:last-child {
    margin-right: 0;
}
.two-images-wrapper, .three-images-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.three-images-wrapper {
    width: 100%;
    position: relative;
}
.two-images-wrapper img, .three-images-wrapper img {
    margin-right: 0;
}
.one-image-wrapper {
    max-height: 338px;
    position: relative;
}
.two-images-wrapper img {
    max-height: 100%;
}
.three-images-wrapper img {
    max-height: 216px;
    margin-right: 0px;
}
.two-images-wrapper img:last-child, .three-images-wrapper img:last-child {
    margin-right: 0;
}
.photo-caption {
    margin: 20px 0;
    text-align: center;
}
.chapter-2 .two-images-wrapper {
    margin-top: 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.chapter-2 .two-images-wrapper .image-caption-wrapper {
    position: relative;
}
.chapter-2 .two-images-wrapper .image-caption-wrapper:first-child {
    width: 60%;
    height: 316px;
    overflow: hidden;
}
.chapter-2 .two-images-wrapper .image-caption-wrapper:first-child img{
    position: absolute;
    transform-origin: right;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.chapter-2 .two-images-wrapper .image-caption-wrapper:last-child {
    width: 40%;
    height: 316px;
}
.chapter-2 .two-images-wrapper .image-caption-wrapper:last-child img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.chapter-2 .one-image-wrapper {
    text-align: center;
    margin: 20px 0;
    height: 100%;
    max-height: none;
    position: relative;
}
.chapter-2 .one-image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 595px;
}
.chapter-2 .three-images-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    width: 100%;
    position: relative;
}
.chapter-2 .three-images-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}
.chapter-2 .three-images-wrapper .column-span {
    grid-row: span 2;
}
.chapter-2 .two-images-wrapper .tooltip.up-left {
    top: 76%;
}
.chapter-2 .two-images-wrapper .tooltip.up-left::after {
    left: 32%;
    top: -23%;
    transform: rotate(0deg);
}
.chapter-2 .two-images-wrapper .tooltip.up-left::before {
    transform: rotate(0deg);
    top: -28%;
    left: 91px;
}
.chapter-3 .one-image-wrapper {
    max-height: 100%;
    position: relative;
    margin-bottom: 10px;
}
.chapter-4 .one-image-wrapper,.chapter-6 .one-image-wrapper {
    max-height: 100%;
}
.chapter-6 .two-images-wrapper {
    margin-bottom: 20px;
}
.chapter-4 .two-images-wrapper, 
.chapter-5 .two-images-wrapper, 
.chapter-6 .two-images-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}
.chapter-5 .two-images-wrapper:last-child {
    margin-bottom: 0;
}
.chapter-4 .two-images-wrapper .image-caption-wrapper,
.chapter-5 .two-images-wrapper .image-caption-wrapper
 {
    height: 335px;
    overflow: hidden;
}
.chapter-5 .two-images-wrapper .image-caption-wrapper
 {
    flex: 1;
 }
.chapter-5 .one-image-wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
}
.chapter-6 .two-images-wrapper .image-caption-wrapper {
    height: 309px;
}
.chapter-4 .two-images-wrapper .image-caption-wrapper img,
.chapter-5 .two-images-wrapper .image-caption-wrapper img,
.chapter-6 .two-images-wrapper .image-caption-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chapter-5 .one-image-wrapper .tooltip.down-left {
    left: 0%;
    width: 100%;
    top: -5%;
}
.chapter-5 .one-image-wrapper .tooltip.down-left:before {
    top: 33px;
    left: 227px;
    transform: rotate(180deg);
}
.chapter-5 .one-image-wrapper .tooltip.down-left:after {
    left: 228px;
    top: 100%;
    transform: rotate(180deg);
}
.chapter-5 .one-image-wrapper .tooltip.up-left {
    width: 402px;
    left: 55%;
    top: 60%;
}
.chapter-5 .one-image-wrapper .tooltip.up-left:before {
    left: 55px;
    top: -21px;
    transform: rotate(0deg);
}
.chapter-5 .one-image-wrapper .tooltip.up-left:after {
    left: 56px;
    top: -17px;
    transform: rotate(0deg);
}
.chapter-5 .one-image-wrapper .tooltip.down-right {
    width: 401px;
    left: 50%;
    top: -2%;
}
.chapter-5 .one-image-wrapper .tooltip.down-right:before {
    left: 290px;
    top: 52px;
    transform: rotate(180deg);
}
.chapter-5 .one-image-wrapper .tooltip.down-right:after {
    left: 291px;
    top: 49px;
    transform: rotate(180deg);
}
.chapter-5 .one-image-wrapper .tooltip.left-center {
    line-height: 24px;
    width: 252px;
    padding-left: 10px;
    left: 22%;
    text-align: left;
    top: 20px;
}
.chapter-5 .one-image-wrapper .tooltip.left-center:before {
    left: -20px;
    top: 52px;
    transform: rotate(270deg);
}
.chapter-5 .one-image-wrapper .tooltip.left-center:after {
    left: -15px;
    top: 53px;
    transform: rotate(270deg);
}
.chapter-5 .two-images-wrapper .tooltip.up-center {
    top: 67%;
    left: 0%;
}
.chapter-5 .two-images-wrapper .tooltip.up-center:before {
    top: -20px;
    left: 129px;
    transform: rotate(360deg);
}
.chapter-5 .two-images-wrapper .tooltip.up-center:after {
    left: 130px;
    top: -15px;
    transform: rotate(360deg);
}
.chapter-5 .two-images-wrapper .tooltip.down-left { 
    top: 2%;
    left: 64%;
    width: 215px;
}
.chapter-5 .two-images-wrapper .tooltip.down-left:before { 
    left: 50px;
    top: 31px;
    transform: rotate(180deg);
}
.chapter-5 .two-images-wrapper .tooltip.down-left:after { 
    left: 51px;
    top: 28px;
    transform: rotate(180deg);
}
.chapter-6 .tooltip.right-center {
    top: 71%;
    left: 15%;
    text-align: left;
    width: 240px;
}
.chapter-6 .tooltip.right-center:before {
    left: -23px;
    top: 18px;
    transform: rotate(270deg);
}
.chapter-6 .tooltip.right-center:after {
    transform: rotate(270deg);
    top: 35%;
    left: -7%;
}
.chapter-6 .tooltip.up-right {
    left: 67%;
    top: 50%;
    text-align: left;
    width: 222px;
}
.chapter-6 .tooltip.up-right::before {
    left: 165px;
    top: -20px;
    transform: rotate(0deg);
}
.chapter-6 .tooltip.up-right:after {
    transform: rotate(0deg);
    top: -28%;
    left: 77%;
}
.chapter-6 .tooltip.up-right-2 {
    left: 18%;
    top: 44%;
    width: 265px;
}
.chapter-6 .tooltip.up-right-2::before {
    left: 208px;
    top: -22px;
    transform: rotate(0deg);
}
.chapter-6 .tooltip.up-right-2::after {
    transform: rotate(0deg);
    top: -54%;
    left: 81%;
}
.chapter-6 .tooltip.down-left {
    left: 54%;
    top: 8%;
}
.chapter-6 .tooltip.down-left::before {
    left: 67px;
    top: 31px;
    transform: rotate(180deg);
}
.chapter-6 .tooltip.down-left::after {
    transform: rotate(180deg);
    top: 90%;
    left: 68px;
}
.chapter-6 .tooltip.down-right {
    top: 10px;
    left: 0;
    width: 350px;
}
.chapter-6 .tooltip.down-right:before {
    left: 347px;
    top: 64px;
    transform: rotate(90deg);
}
.chapter-6 .tooltip.down-right:after {
    transform: rotate(90deg);
    top: 70%;
    left: 344px;
}
.chapter-6 .tooltip.up-right-3 {
    left: 16%;
    top: 92%;
    width: 175px;
}
.chapter-6 .tooltip.up-right-3::before {
    left: 100px;
    top: -20px;
    transform: rotate(360deg);
}
.chapter-6 .tooltip.up-right-3::after{
    transform: rotate(360deg);
    top: -26%;
    left: 101px;
}
.tip-wrapper {
    display: flex;
    gap: 10px;
    border: 4px solid #ffe600;
    padding: 20px 16px;
    background-color: #fff;
    color: #000;
}
.tip-wrapper img {
    height: 52px;
    width: 52px;
}
.padding-right-15 {
    padding-right: 15px;
}
.margin-top-42 {
    margin-top: 42px;
}
.tooltip {
    display: inline-block;
    position: absolute;
    border: 3px solid black;
    text-decoration: none;
    padding: 5px;
    background: #fff;
    color: #121212;
    border-radius: 12px;
    width: 295px;    
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    font-style: normal;
}
.tooltip:before {
    content: '';
    display: block;  
    position: absolute;
    left: 140px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: black;
} 

.tooltip:after {
    content: '';
    display: block;  
    position: absolute;    
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: white;
}
.chapter-1 .tooltip {
    left: 52%;
    top: 20%;
}
.chapter-1 .tooltip:after {
    left: 141px;
    top: -17px;
    bottom: 100%;
}
.chapter-1 .tooltip:before {
    left: 140px;
    bottom: 100%;
}
.chapter-1 .tooltip.down-left:after {
    transform: rotate(180deg);
    left: 48px;
    top: 50px;
}
.chapter-1 .tooltip.down-left:before {
    transform: rotate(180deg);
    left: 47px;
    bottom: -20px;
}
.chapter-1 .tooltip.up-left {
    top: 73%;
    left: 40%;
}
.chapter-1 .tooltip.up-left:after {
    left: 52px;
}
.chapter-1 .tooltip.up-left:before {
    left: 51px;
}
.tooltip-box {
    background-color: #fff;
    border: 3px solid #000;
    color: #121212;
    font-size: 21px;
    line-height: 21px;
    padding: 10px;
    position: absolute; 
    text-align: center;  
    width: 41.2%; 
    border-radius: 12px;
    font-style: normal;
} 
.chapter-1 .tooltip-box.left-center {
    left: -5%;
    top: 69%;
}
.chapter-1 .tooltip-box.right-center {
    right: -6%;
    top: 68%;
}
.chapter-2 .tooltip-box.left-bottom {
    top: 64%;
    width: 45%;
    left: -7%;
}
.chapter-2 .one-image-wrapper .tooltip.down-left {
    left: 3%;
    top: 8%;
    width: 447px;
}
.chapter-2 .one-image-wrapper .tooltip.down-left:before {
    left: 102px;
    top: 96px;
    transform: rotate(180deg);
}
.chapter-2 .one-image-wrapper .tooltip.down-left:after {
    left: 103px;
    top: 93px;
    transform: rotate(180deg);
}
.chapter-2 .one-image-wrapper .tooltip-box {
    width: 28%;
    left: 32%;
    top: 24%;
}
.chapter-2 .three-images-wrapper .tooltip.down-center {
    width: 224px;
    top: 13%;
    left: 79%;
}
.chapter-2 .three-images-wrapper .tooltip.down-center:after {
    left: 95px;
    top: 114px;
    transform: rotate(180deg);
}
.chapter-2 .three-images-wrapper .tooltip.down-center:before {
    left: 43%;
    bottom: -20px;
    transform: rotate(180deg);
}
.chapter-2 .three-images-wrapper .tooltip.down-left {
    width: 150px;
    top: 40%;
    left: 61%;
    padding: 5px;
}
.chapter-2 .three-images-wrapper .tooltip.down-left:before {
    left: 30px;
    bottom: -20px;
    transform: rotate(180deg);
}
.chapter-2 .three-images-wrapper .tooltip.down-left:after {
    left: 31px;
    top: 49px;
    transform: rotate(180deg);
}
.chapter-3 .one-image-wrapper .tooltip.left-center {
    width: 226px;
    top: 5%;
    left: 78%;
}
.chapter-3 .one-image-wrapper .tooltip.left-center:after {
    left: -17px;
    top: 90px;
    transform: rotate(-90deg);
}
.chapter-3 .one-image-wrapper .tooltip.left-center:before {
    left: -10%;
    bottom: 48px;
    transform: rotate(-90deg);
}
.chapter-3 .tooltip-box.top-middle-1 {
    top: 0%;
    width: 46%;
    left: 6%;
    padding: 5px;
}
.chapter-3 .tooltip-box.top-middle-2 {
    top: 12%;
    width: 34%;
    left: 50%;
    padding: 5px;
}
.chapter-3 .one-image-wrapper .tooltip.up-right {
    left: 0;
    top: 61%;
    width: 165px;
}
.chapter-3 .one-image-wrapper .tooltip.up-right:after {
    left: 76px;
    top: -15px;
    bottom: 100%;
}
.chapter-3 .one-image-wrapper .tooltip.up-right:before {
    left: 75px;
    bottom: 100%;
}
.chapter-3 .one-image-wrapper .tooltip.right-top {
    width: 200px;
    top: 40%;
    left: 63%;
}
.chapter-3 .one-image-wrapper .tooltip.right-top:before {
    left: 196px;
    bottom: 60%;
    transform: rotate(90deg);
}
.chapter-3 .one-image-wrapper .tooltip.right-top:after {
    left: 193px;
    top: 19px;
    transform: rotate(90deg);
}
.chapter-3 .one-image-wrapper .tooltip.right-center {
    top: 82%;
    left: 68%;
    width: 256px;
}
.chapter-3 .one-image-wrapper .tooltip.right-center:before {
    left: -22px;
    bottom: 21%;
    transform: rotate(-90deg);    
}
.chapter-3 .one-image-wrapper .tooltip.right-center:after { 
    left: -17px;
    top: 5px;
    transform: rotate(-90deg);
}
.chapter-3 .one-image-wrapper .tooltip.down-left { 
    width: 419px;
    left: 55px;
    top: 17%;
}
.chapter-3 .one-image-wrapper .tooltip.down-left:before { 
    transform: rotate(180deg);
    left: 130px;
    bottom: -20px;
}
.chapter-3 .one-image-wrapper .tooltip.down-left:after { 
    transform: rotate(180deg);
    left: 131px;
    top: 91px;
}
.chapter-3 .one-image-wrapper .tooltip.top-right {
    left: 50%;
    width: 200px;
    top: 58%;
}
.chapter-3 .one-image-wrapper .tooltip.top-right:after {
    left: 141px;
    top: -15px;
    bottom: 100%;
}
.chapter-3 .one-image-wrapper .tooltip.top-right:before {
    left: 140px;
    bottom: 100%;
}
.chapter-3 .one-image-wrapper .tooltip.align-left.top-right {
    left: 8%;
    width: 251px;
    top: 50%;
}
.chapter-3 .one-image-wrapper .tooltip.align-left.top-right:before {
    left: 200px;
    bottom: 100%;
}
.chapter-3 .one-image-wrapper .tooltip.align-left.top-right:after {
    left: 201px;
    top: -16px;
    bottom: 100%;
}
.chapter-3 .one-image-wrapper .tooltip.align-right.top-left {
    top: 52%;
    width: 16.5%;
    left: 55%;
}
.chapter-3 .one-image-wrapper .tooltip.align-right.top-left:before {
    left: 42px;
}
.chapter-3 .one-image-wrapper .tooltip.align-right.top-left:after {
    left: 42px;
    top: -17px;
}
.chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right {
    left: 8%;
    width: 251px;
    top: 7%;
}
.chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right:before {
    left: 187px;
    top: 106%;
    transform: rotate(180deg);
}
.chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right:after {
    left: 188px;
    top: 30px;
    bottom: 100%;
    transform: rotate(180deg);
}
.chapter-4 .one-image-wrapper .tooltip.align-left.top-right {
    left: 35%;
    width: 251px;
    top: 7%;
}
.chapter-4 .one-image-wrapper .tooltip.align-left.top-right:before {
    left: 187px;
    top: 106%;
    transform: rotate(180deg);
}
.chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after {
    left: 188px;
    top: 52px;
    bottom: 100%;
    transform: rotate(180deg);
}
.top-right.tooltip-box {
    top: 1%;
    left: 58%;
}
.bottom-right.tooltip-box {
    top: 70%;
    left: 58%;
}
.top-right.align-left {
    width: 251px;
}
.top-left.tooltip-box {
    top: 16%;
    left: -56px;
    width: 24%;
}
.bottom-left.tooltip-box {
    top: 59%;
    width: 8%;
    left: 12%;
}
.top-right-2.tooltip-box {
    top: 19%;
    left: 58%;
    width: 28%;
}
.bottom-right-2.tooltip-box {
    top: 58%;
    width: 400px;
    left: 60%;
}
.cloud-tooltip {
    position: absolute;
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    color: #121212;
    top: 68%;
    left: 33%;
}
.cloud-text {
  position: absolute;
  top: 50%;
  width: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chapter-4 .cloud-tooltip {
    top: 20%;
    left: 16%;
}
.chapter-1 .two-images-wrapper .image-caption-wrapper {
    position: relative;
    flex: 1;
    height: 100%;
    flex-direction: column;
}
.chapter-1 .two-images-wrapper img {
    max-height: 100%;
    width: 100%;
}
.chapter-1 .two-images-wrapper .image-caption-wrapper {
   max-height: 100%;
   margin-right: 0;
}
.chapter-1 .two-images-wrapper .tooltip {
    width: 235px;
    left: 15%;
    top: 28%;
}
.chapter-4 .top-left.tooltip-box {
    top: 85%;
    left: 21%;
    width: 25%;
}
.chapter-4 .one-image-wrapper .right-top.tooltip {
    width: 295px;
    left: 22%;
    top: 20%;
}
.chapter-4 .one-image-wrapper .right-top.tooltip:before {
    transform: rotate(90deg);
    left: 290px;
    bottom: 74%;
}
.chapter-4 .one-image-wrapper .right-top.tooltip:after {
    transform: rotate(90deg);
    left: 287px;
    top: 16px;
}
.chapter-5 .cloud-tooltip {
    top: 21%;
    left: 67%;
}
.chapter-5 .cloud-text {
    line-height: 24px;
    top: 50%;
    width: 77%;
    left: 54%;
}
.mid-story-ad {
    margin-top: 30px;
}
.align-self-end {
    align-self: flex-end;
}


 /* Portrait and Landscape */
@media only screen and (max-width: 430px) { 
    h1 {
        font-size: 36px;
        line-height: 45px;
        font-weight: 800;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 22.5px;
    }
    .story-heading {
        font-size: 24px;
        line-height: 30px;
        font-weight: 800;
    }
    .story-content-image .img-caption {
        margin-left: 20px;
        margin-right: 20px;
    }
    .story-content-comic {
        padding: 0px 4.7%;
    }
    .black-block-wrapper {
        max-width: 100%;
    }
    .photo-caption {
        padding: 0 10px;
    }
    .two-images-wrapper, .three-images-wrapper, .chapter-4 .two-images-wrapper, 
    .chapter-5 .two-images-wrapper, 
    .chapter-6 .two-images-wrapper, .image-caption-wrapper, .chapter-2 .two-images-wrapper {
        display: block;
        width: 100%;
        position: relative;
    }
    .two-images-wrapper .image-caption-wrapper  {
        margin-bottom: 16px;
    }
    .padding-right-15 {
        padding-right: 0px;
    }
    .margin-top-42 {
        margin-top: 0px;
    }
    .tooltip, .tooltip-box {
        width: auto;
        font-size: 19px;
        line-height: 19px;
        border: 2px solid #000;
    }
    .black-block-wrapper {
        padding: 20px 0;
    }
    .chapter-1 .tooltip {
        left: 6%;
        top: 27%;
        width: 85%;
    }
    .chapter-1 .tooltip.down-left:before {
        left: 175px;
        bottom: -20px;
    }
    .chapter-1 .tooltip.down-left:after {
        left: 176px;
        top: 46px;
    }
    .one-image-wrapper, .two-images-wrapper, .three-images-wrapper img {
        max-height: 100%;
    }
    .chapter-1 .three-images-wrapper .tooltip {
        top: 26%;
        width: 91%;
    }
    .chapter-1 .tooltip-box.left-center {
        left: 2%;
        top: 19%;
        width: 93%;
    }
    .chapter-1 .three-images-wrapper .tooltip.up-right {
        top: 64%;
        width: 93%;
        left: 3%;
    }
    .chapter-1 .three-images-wrapper .tooltip.up-right:after {
        left: 233px;
        top: -15px;
        bottom: 100%;
    }
    .chapter-1 .three-images-wrapper .tooltip.up-right:before {
        left: 232px;    
    }
    .chapter-1 .two-images-wrapper .tooltip.down-left {
        width: 67%;
        left: 10%;
        top: 23%;
    }
    .chapter-1 .two-images-wrapper .tooltip.down-left:before {
        left: 30px;
    }
    .chapter-1 .two-images-wrapper .tooltip.down-left:after {
        left: 31px;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:first-child {
        width: 100%;
        max-height: 100%;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:first-child img {
        position: relative;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper {
        margin: 16px 0;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left {
        top: 36%;
        left: 20%;
        width: 74%;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::after {
        left: 21vmax;
        top: -2vmax;
        transform: rotate(0deg);
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::before {
        transform: rotate(0deg);
        top: -2.5vmax;
        left: 21vmax;
    }
    .chapter-2 .one-image-wrapper .tooltip.down-left {
        left: 0;
        top: -390px;
        width: 100%;
    }
    .chapter-2 .one-image-wrapper .tooltip.down-left::before, .chapter-2 .one-image-wrapper .tooltip.down-left::after {
        display: none;
    }
    .chapter-2 .three-images-wrapper {
        display: block;
        width: 100%;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:last-child {
        width: 100%;
        height: 100%; 
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:last-child img {
        margin: 50px 0;
    }
    .chapter-2 .one-image-wrapper .tooltip-box, .safari-specific.chapter-2 .one-image-wrapper .tooltip-box  {
        width: 100%;
        left: 0;
        top: -90px;
    }
    .chapter-2 .tooltip-box.left-bottom {
        top: 33%;
        width: 100%;
        left: 0;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center {
        width: 100%;
        top: 67%;
        left: 0;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center:before, .chapter-2 .three-images-wrapper .tooltip.down-center:after {
        display: none;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-left, .safari-specific.chapter-2 .three-images-wrapper .tooltip.down-left {
        width: 46%;
        top: 91%;
        left: 24%;
        padding: 5px;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-left:before, .safari-specific.chapter-2 .three-images-wrapper .tooltip.down-left:before {
        left: 103px;
        bottom: 50px;
        transform: rotate(0deg);
    }
    .chapter-2 .three-images-wrapper .tooltip.down-left:after, .safari-specific.chapter-2 .three-images-wrapper .tooltip.down-left:after {
        left: 104px;
        top: -17px;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center {
        width: 100%;
        top: 96%;
        left: 0;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:after {
        left: 260px;
        top: -16%;
        transform: rotate(0deg);
    }
    .chapter-3 .tooltip-box.top-middle-1 {
        top: -3%;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    .chapter-3 .one-image-wrapper .tooltip.up-right {
        left: 0;
        top: 37%;
        width: 165px;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-center {
        top: 91%;
        left: 32%;
        width: 202px;
    }
    .chapter-3 .tooltip-box.top-middle-2 {
        top: 50%;
        width: 323px;
        left: 0;
        padding: 5px;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-center:before {
        left: -21px;
        bottom: 16%;
        transform: rotate(-90deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.right-center:after {
        left: -17px;
        top: 5px;
        transform: rotate(-90deg);
    }
    .safari-specific.chapter-3 .one-image-wrapper .tooltip.right-center:after {
        top: 21px;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-top {
        width: 200px;
        top: 58%;
        left: 11%;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-top:before {
        left: 196px;
        bottom: 44%;
        transform: rotate(90deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.right-top:after {
        left: 193px;
        top: 19px;
        transform: rotate(90deg);
    }
    .safari-specific.chapter-3 .one-image-wrapper .tooltip.right-top:after {
        top: 29px;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left {
        width: 100%;
        left: 0;
        top: -8%;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left:before {
        transform: rotate(180deg);
        left: 50px;
        bottom: -20px;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left:after, .safari-specific.chapter-3 .one-image-wrapper .tooltip.down-left:after {
        transform: rotate(180deg);
        left: 51px;
        top: 85px;
    }
    .chapter-3 .one-image-wrapper .tooltip.top-right {
        left: 39%;
        width: 188px;
        top: 59%;
    }
    .chapter-3 .top-right.tooltip-box {
        top: -4%;
        left: 128px;
        width: 58%;
        padding: 5px;
    }
    .chapter-3 .bottom-right.tooltip-box {
        top: 70%;
        left: 45%;
        width: 53%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left.top-right {
        left: 1%;
        width: 236px;
        top: 50%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left.top-right:before {
        left: 18px;
        bottom: 100%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left.top-right:after {
        left: 19px;
        top: -16px;
        bottom: 100%;
    }
    .chapter-3 .top-left.tooltip-box {
        top: 16%;
        left: 0;
        width: 100%;
    }
    .chapter-3 .bottom-left.tooltip-box {
        top: 82%;
        width: 19%;
        left: 12%;
    }
    .chapter-3 .one-image-wrapper .tooltip.top-right-2 {
        left: 48%;
        width: 146px;
        top: 64%;
    }  
    .chapter-3 .one-image-wrapper .tooltip.top-right-2:before {
        left: 28px;
        bottom: 100%;
    }
    .chapter-3 .one-image-wrapper .tooltip.top-right-2:after {
        left: 30px;
        top: -15px;
        bottom: 100%;
    }
    .chapter-3 .bottom-right-2.tooltip-box {
        top: -51px;
        width: 100%;
        left: 0;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right {
        left: 8%;
        width: 133px;
        top: 54%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right:before {
        left: 11px;
        top: -42%;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right:after {
        left: 12px;
        top: -32%;
        bottom: 100%;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.align-right.top-left {
        top: 52%;
        width: 40.5%;
        left: 55%;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:before {
        left: 87%;
        bottom: 16px;
        transform: rotate(0deg);
        top: -20px;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right {
        left: 15%;
        width: 251px;
        top: 7%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after, .safari-specific.chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after {
        left: 188px;
        top: 48px;
        bottom: 100%;
        transform: rotate(180deg);
    }
    .chapter-4 .cloud-tooltip {
        top: 10%;
        left: 28%;
    }
    .chapter-4 .one-image-wrapper .right-top.tooltip {
        width: 100%;
        left: 0;
        top: 30px;
    }
    .chapter-4 .top-left.tooltip-box {
        top: 85%;
        left: 5px;
        width: 62%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:before {
        top: 104%;
    }
    .chapter-4 .one-image-wrapper .right-top.tooltip:before, .chapter-4 .one-image-wrapper .right-top.tooltip:after {
        display: none;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left {
        left: 0%;
        width: 100%;
        top: -26%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 68px;
        left: 29px;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:after {
        left: 30px;
        top: 100%;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left {
        width: 100%;
        left: 0;
        top: 65%;
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left:before {
        left: 250px;
        top: -21px;
        transform: rotate(0deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left:after {
        left: 251px;
        top: -17px;
        transform: rotate(0deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right {
        width: 100%;
        left: 0;
        top: -10%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right:before {
        left: 283px;
        top: 49px;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right:after, .safari-specific.chapter-5 .one-image-wrapper .tooltip.down-right:after {
        left: 284px;
        top: 47px;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center, .safari-specific.chapter-5 .one-image-wrapper .tooltip.left-center {
        line-height: 22px;
        width: 100%;
        padding-left: 10px;
        left: 0;
        text-align: left;
        top: 32%;
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center:before {
        left: 120px;
        top: -20px;
        transform: rotate(0deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center:after {
        left: 121px;
        top: -17px;
        transform: rotate(0deg);
    }
    .chapter-5 .cloud-tooltip {
        top: 66%;
        left: 32%;
        height: 24.1%;
        width: 53.3%;
    }
    .chapter-5 .cloud-text {
        line-height: 23px;
        top: 45%;
        width: 64%;
        left: 53%;
        font-size: 19px;
    }
    .chapter-5 .two-images-wrapper .tooltip.up-center:after {
        top: -16px;
    }
    .chapter-5 .two-images-wrapper .tooltip.down-left {
        top: 2%;
        left: 18%;
        width: 215px;
    }
    .chapter-6 .tooltip.right-center {
        top: 71%;
        left: 27%;
        text-align: left;
        width: 200px;
    }
    .chapter-6 .tooltip.right-center:before {
        left: -20px;
        top: 16px;
        transform: rotate(270deg);
    }
    .chapter-6 .tooltip.right-center:after {
        transform: rotate(270deg);
        top: 35%;
        left: -8%;
    }
    .chapter-6 .tooltip.up-right {
        left: 29%;
        top: 52%;
        text-align: left;
        width: 209px;
    }
    .chapter-6 .tooltip.up-right::before {
        left: 165px;
        top: -20px;
        transform: rotate(0deg);
    }
    .chapter-6 .tooltip.up-right:after {
        transform: rotate(0deg);
        top: -33%;
        left: 166px;
    }
    .chapter-6 .tooltip.up-right-2 {
        left: 0%;
        top: 7%;
        width: 236px;
    }
    .chapter-6 .tooltip.up-right-2::before {
        left: 49px;
        top: 100%;
        transform: rotate(180deg);
    }
    .chapter-6 .tooltip.up-right-2::after {
        transform: rotate(180deg);
        top: 96%;
        left: 50px;
    }
    .chapter-6 .tooltip.down-left {
        left: 49%;
        top: 55%;
        width: 153px;
    }
    .chapter-6 .tooltip.down-left::before, .safari-specific.chapter-6 .tooltip.down-left::before {
        left: 67px;
        top: -20px;
        transform: rotate(0deg);
    }
    .chapter-6 .tooltip.down-left::after, .safari-specific.chapter-6 .tooltip.down-left::after {
        transform: rotate(0deg);
        top: -16px;
        left: 68px;
    }
    .chapter-6 .tooltip.down-right {
        left: 0;
        width: 100%;
        top: -70px;
    }
    .chapter-6 .tooltip.down-right:before {
        left: 52px;
        top: 88px;
        transform: rotate(180deg);
        border: 10px solid transparent;
        border-bottom-color: #000;
    }
    .chapter-6 .tooltip.down-right:after {
        transform: rotate(180deg);
        top: 98%;
        left: 52px;
        border: 10px solid transparent;
        border-bottom-color: #fff;
    }
    .chapter-6 .tooltip.up-right-3 {
        left: 10%;
        top: 87%;
        width: 175px;
    }
    .chapter-6 .tooltip.up-right-3::after {
        transform: rotate(360deg);
        top: -34%;
        left: 101px;
    }
    .three-images-wrapper img {
        margin: 16px 0;
    }
    .chapter-4 .two-images-wrapper .image-caption-wrapper, .chapter-5 .two-images-wrapper .image-caption-wrapper {
        height: auto;
    }
    .width-auto-small {
        width: auto;
    }
    .margin-y-20-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .margin-y-40-small {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .margin-top-100-small {
        margin-top: 100px;
    }
    .margin-bottom-40-small {
        margin-bottom: 40px;
    }
    .margin-bottom-60-small {
        margin-bottom: 60px;   
    }
    .margin-bottom-100-small {
        margin-bottom: 100px;
    }
    .margin-bottom-120-small {
        margin-bottom: 120px;
    }
    .photo-caption {
        font-size: 19px;
        line-height: 23.75px;
    }
    .story-content .story-editor {
        font-size: 18px;
        color: #121212;
        line-height: 23px;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::before {
        top: -2.2vmax;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::after {
        top: -1.8vmax;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:after {
        left: 357px;
        top: -19%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 49px;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left {
        top: -17%;
    }
    .chapter-6 .tooltip.down-right {
        top: -60px;
    }
    .chapter-6 .tooltip.down-right:before {
        top: 68px;
    }
    .tip-wrapper {
        display: block;
    }
    .tip-wrapper img {
        float: left;
        margin-right: 10px;
    }
    .safari-specific.chapter-2 .one-image-wrapper .tooltip.down-left {
        top: -438px;
    }
    .safari-specific.chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 68px;
        }
        .safari-specific.chapter-6 .tooltip.right-center:after {
        transform: rotate(270deg);
        top: 26%;
        left: -8%;
        }
        .safari-specific.chapter-6 .tooltip.up-right:after {
        transform: rotate(0deg);
        top: -24%;
        left: 166px;
        }
        .safari-specific.chapter-6 .tooltip.down-right:before {
        top: 88px;
        }
}

@media only screen and (max-width: 414px) {
    h1 {
        font-size: 36px;
        line-height: 45px;
        font-weight: 800;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 22.5px;
    }
    .story-heading {
        font-size: 24px;
        line-height: 30px;
        font-weight: 800;
    }
    .story-content-image .img-caption {
        margin-left: 20px;
        margin-right: 20px;
    }
    .story-content-comic {
        padding: 0px 4.7%;
    }
    .black-block-wrapper {
        max-width: 100%;
    }
    .two-images-wrapper, .three-images-wrapper, .chapter-4 .two-images-wrapper, 
    .chapter-5 .two-images-wrapper, 
    .chapter-6 .two-images-wrapper, .image-caption-wrapper, .chapter-2 .two-images-wrapper {
        display: block;
        width: 100%;
        position: relative;
    }
    .two-images-wrapper .image-caption-wrapper  {
        margin-bottom: 16px;
    }
    .padding-right-15 {
        padding-right: 0px;
    }
    .margin-top-42 {
        margin-top: 0px;
    }
    .tooltip, .tooltip-box {
        width: auto;
        font-size: 19px;
        line-height: 19px;
        border: 2px solid #000;
    }
    .black-block-wrapper {
        padding: 20px 0;
    }
    .chapter-1 .tooltip {
        left: 6%;
        top: 27%;
        width: 85%;
    }
    .chapter-1 .tooltip.down-left:before {
        left: 175px;
        bottom: -20px;
    }
    .chapter-1 .tooltip.down-left:after {
        left: 176px;
        top: 46px;
    }
    .one-image-wrapper, .two-images-wrapper, .three-images-wrapper img {
        max-height: 100%;
    }
    .chapter-1 .three-images-wrapper .tooltip {
        top: 26%;
        width: 91%;
    }
    .chapter-1 .tooltip-box.left-center {
        left: 2%;
        top: 19%;
        width: 93%;
    }
    .chapter-1 .three-images-wrapper .tooltip.up-right {
        top: 64%;
        width: 93%;
        left: 3%;
    }
    .chapter-1 .three-images-wrapper .tooltip.up-right:after {
        left: 233px;
        top: -15px;
        bottom: 100%;
    }
    .chapter-1 .three-images-wrapper .tooltip.up-right:before {
        left: 232px;    
    }
    .chapter-1 .two-images-wrapper .tooltip.down-left {
        width: 67%;
        left: 10%;
        top: 23%;
    }
    .chapter-1 .two-images-wrapper .tooltip.down-left:before {
        left: 30px;
    }
    .chapter-1 .two-images-wrapper .tooltip.down-left:after {
        left: 31px;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:first-child {
        width: 100%;
        max-height: 100%;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:first-child img {
        position: relative;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper {
        margin: 16px 0;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left {
        top: 36%;
        left: 20%;
        width: 74%;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::after {
        left: 21vmax;
        top: -2vmax;
        transform: rotate(0deg);
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::before {
        transform: rotate(0deg);
        top: -2.5vmax;
        left: 21vmax;
    }
    .chapter-2 .one-image-wrapper .tooltip.down-left {
        left: 0;
        top: -390px;
        width: 100%;
    }
    .chapter-2 .one-image-wrapper .tooltip.down-left::before, .chapter-2 .one-image-wrapper .tooltip.down-left::after {
        display: none;
    }
    .chapter-2 .three-images-wrapper {
        display: block;
        width: 100%;
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:last-child {
        width: 100%;
        height: 100%; 
    }
    .chapter-2 .two-images-wrapper .image-caption-wrapper:last-child img {
        margin: 50px 0;
    }
    .chapter-2 .one-image-wrapper .tooltip-box {
        width: 100%;
        left: 0;
        top: -90px;
    }
    .chapter-2 .tooltip-box.left-bottom {
        top: 33%;
        width: 100%;
        left: 0;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center {
        width: 100%;
        top: 67%;
        left: 0;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center:before, .chapter-2 .three-images-wrapper .tooltip.down-center:after {
        display: none;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-left {
        width: 46%;
        top: 91%;
        left: 24%;
        padding: 5px;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-left:before {
        left: 103px;
        bottom: 50px;
        transform: rotate(0deg);
    }
    .chapter-2 .three-images-wrapper .tooltip.down-left:after {
        left: 104px;
        top: -17px;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center {
        width: 100%;
        top: 96%;
        left: 0;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:after {
        left: 260px;
        top: -16%;
        transform: rotate(0deg);
    }
    .chapter-3 .tooltip-box.top-middle-1 {
        top: -3%;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    .chapter-3 .one-image-wrapper .tooltip.up-right {
        left: 0;
        top: 37%;
        width: 165px;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-center {
        top: 91%;
        left: 32%;
        width: 202px;
    }
    .chapter-3 .tooltip-box.top-middle-2 {
        top: 50%;
        width: 323px;
        left: 0;
        padding: 5px;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-center:before {
        left: -21px;
        bottom: 16%;
        transform: rotate(-90deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.right-center:after {
        left: -17px;
        top: 5px;
        transform: rotate(-90deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.right-top {
        width: 200px;
        top: 58%;
        left: 11%;
    }
    .chapter-3 .one-image-wrapper .tooltip.right-top:before {
        left: 196px;
        bottom: 44%;
        transform: rotate(90deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.right-top:after {
        left: 193px;
        top: 19px;
        transform: rotate(90deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left {
        width: 100%;
        left: 0;
        top: -8%;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left:before {
        transform: rotate(180deg);
        left: 50px;
        bottom: -20px;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left:after {
        transform: rotate(180deg);
        left: 51px;
        top: 85px;
    }
    .chapter-3 .one-image-wrapper .tooltip.top-right {
        left: 39%;
        width: 188px;
        top: 59%;
    }
    .chapter-3 .top-right.tooltip-box {
        top: -4%;
        left: 128px;
        width: 58%;
        padding: 5px;
    }
    .chapter-3 .bottom-right.tooltip-box {
        top: 70%;
        left: 45%;
        width: 53%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left.top-right {
        left: 1%;
        width: 236px;
        top: 50%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left.top-right:before {
        left: 18px;
        bottom: 100%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left.top-right:after {
        left: 19px;
        top: -16px;
        bottom: 100%;
    }
    .chapter-3 .top-left.tooltip-box {
        top: 16%;
        left: 0;
        width: 100%;
    }
    .chapter-3 .bottom-left.tooltip-box {
        top: 82%;
        width: 19%;
        left: 12%;
    }
    .chapter-3 .one-image-wrapper .tooltip.top-right-2 {
        left: 48%;
        width: 146px;
        top: 64%;
    }  
    .chapter-3 .one-image-wrapper .tooltip.top-right-2:before {
        left: 28px;
        bottom: 100%;
    }
    .chapter-3 .one-image-wrapper .tooltip.top-right-2:after {
        left: 30px;
        top: -15px;
        bottom: 100%;
    }
    .chapter-3 .bottom-right-2.tooltip-box {
        top: -51px;
        width: 100%;
        left: 0;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right {
        left: 8%;
        width: 127px;
        top: 54%;
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right:before {
        left: 11px;
        top: -42%;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.align-left-2.top-right:after {
        left: 12px;
        top: -32%;
        bottom: 100%;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.align-right.top-left {
        top: 52%;
        width: 40.5%;
        left: 55%;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:before {
        left: 87%;
        bottom: 16px;
        transform: rotate(0deg);
        top: -20px;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right {
        left: 15%;
        width: 251px;
        top: 7%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after {
        left: 188px;
        top: 48px;
        bottom: 100%;
        transform: rotate(180deg);
    }
    .chapter-4 .cloud-tooltip {
        top: 10%;
        left: 28%;
    }
    .chapter-4 .one-image-wrapper .right-top.tooltip {
        width: 100%;
        left: 0;
        top: 30px;
    }
    .chapter-4 .top-left.tooltip-box {
        top: 85%;
        left: 5px;
        width: 62%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:before {
        top: 104%;
    }
    .chapter-4 .one-image-wrapper .right-top.tooltip:before, .chapter-4 .one-image-wrapper .right-top.tooltip:after {
        display: none;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left {
        left: 0%;
        width: 100%;
        top: -26%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 68px;
        left: 29px;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:after {
        left: 30px;
        top: 100%;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left {
        width: 100%;
        left: 0;
        top: 65%;
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left:before {
        left: 250px;
        top: -21px;
        transform: rotate(0deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left:after {
        left: 251px;
        top: -17px;
        transform: rotate(0deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right {
        width: 100%;
        left: 0;
        top: -10%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right:before {
        left: 283px;
        top: 49px;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right:after {
        left: 284px;
        top: 47px;
        transform: rotate(180deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center {
        line-height: 22px;
        width: 100%;
        padding-left: 10px;
        left: 0;
        text-align: left;
        top: 32%;
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center:before {
        left: 120px;
        top: -20px;
        transform: rotate(0deg);
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center:after {
        left: 121px;
        top: -17px;
        transform: rotate(0deg);
    }
    .chapter-5 .cloud-tooltip {
        top: 66%;
        left: 32%;
        height: 24.1%;
        width: 53.3%;
    }
    .chapter-5 .cloud-text {
        line-height: 23px;
        top: 45%;
        width: 64%;
        left: 53%;
        font-size: 19px;
    }
    .chapter-5 .two-images-wrapper .tooltip.up-center:after {
        top: -16px;
    }
    .chapter-5 .two-images-wrapper .tooltip.down-left {
        top: 2%;
        left: 18%;
        width: 215px;
    }
    .chapter-6 .tooltip.right-center {
        top: 71%;
        left: 27%;
        text-align: left;
        width: 200px;
    }
    .chapter-6 .tooltip.right-center:before {
        left: -20px;
        top: 16px;
        transform: rotate(270deg);
    }
    .chapter-6 .tooltip.right-center:after {
        transform: rotate(270deg);
        top: 35%;
        left: -8%;
    }
    .chapter-6 .tooltip.up-right {
        left: 29%;
        top: 52%;
        text-align: left;
        width: 209px;
    }
    .chapter-6 .tooltip.up-right::before {
        left: 165px;
        top: -20px;
        transform: rotate(0deg);
    }
    .chapter-6 .tooltip.up-right:after {
        transform: rotate(0deg);
        top: -33%;
        left: 166px;
    }
    .chapter-6 .tooltip.up-right-2 {
        left: 0%;
        top: 7%;
        width: 236px;
    }
    .chapter-6 .tooltip.up-right-2::before {
        left: 49px;
        top: 100%;
        transform: rotate(180deg);
    }
    .chapter-6 .tooltip.up-right-2::after {
        transform: rotate(180deg);
        top: 96%;
        left: 50px;
    }
    .chapter-6 .tooltip.down-left {
        left: 49%;
        top: 55%;
        width: 153px;
    }
    .chapter-6 .tooltip.down-left::before {
        left: 67px;
        top: -20px;
        transform: rotate(0deg);
    }
    .chapter-6 .tooltip.down-left::after {
        transform: rotate(0deg);
        top: -16px;
        left: 68px;
    }
    .chapter-6 .tooltip.down-right {
        left: 0;
        width: 100%;
        top: -70px;
    }
    .chapter-6 .tooltip.down-right:before {
        left: 52px;
        top: 88px;
        transform: rotate(180deg);
        border: 10px solid transparent;
        border-bottom-color: #000;
    }
    .chapter-6 .tooltip.down-right:after {
        transform: rotate(180deg);
        top: 98%;
        left: 52px;
        border: 10px solid transparent;
        border-bottom-color: #fff;
    }
    .chapter-6 .tooltip.up-right-3 {
        left: 10%;
        top: 87%;
        width: 175px;
    }
    .chapter-6 .tooltip.up-right-3::after {
        transform: rotate(360deg);
        top: -34%;
        left: 101px;
    }
    .three-images-wrapper img {
        margin: 16px 0;
    }
    .chapter-4 .two-images-wrapper .image-caption-wrapper, .chapter-5 .two-images-wrapper .image-caption-wrapper {
        height: auto;
    }
    .width-auto-small {
        width: auto;
    }
    .margin-y-20-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .margin-y-40-small {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .margin-top-100-small {
        margin-top: 100px;
    }
    .margin-bottom-40-small {
        margin-bottom: 40px;
    }
    .margin-bottom-60-small {
        margin-bottom: 60px;   
    }
    .margin-bottom-100-small {
        margin-bottom: 100px;
    }
    .margin-bottom-120-small {
        margin-bottom: 120px;
    }
    .photo-caption {
        font-size: 19px;
        line-height: 23.75px;
    }
    .story-content .story-editor {
        font-size: 18px;
        color: #121212;
        line-height: 23px;
    }
}
 /* Portrait and Landscape */
@media only screen and (max-width: 414px) { 
    .chapter-2 .two-images-wrapper .tooltip.up-left::before {
        top: -2.2vmax;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::after {
        top: -1.8vmax;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:after {
        left: 357px;
        top: -19%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 49px;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left {
        top: -17%;
    }
    .chapter-6 .tooltip.down-right {
        top: -60px;
    }
    .chapter-6 .tooltip.down-right:before {
        top: 68px;
    }
    .tip-wrapper {
        display: block;
    }
    .tip-wrapper img {
        float: left;
        margin-right: 10px;
    }
}
@media (max-width: 414px) and (max-height: 896px) {
    .safari-specific.chapter-2 .one-image-wrapper .tooltip.down-left {
        top: -431px;
        }
        .safari-specific.chapter-3 .one-image-wrapper .tooltip.right-top:after {
        left: 193px;
        top: 29px;
        transform: rotate(90deg);
        }
        .safari-specific.chapter-3 .one-image-wrapper .tooltip.right-center:after {
            left: -17px;
            top: 21px;
            transform: rotate(-90deg);
            }
        .safari-specific.chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 68px;
        }
        .safari-specific.chapter-6 .tooltip.right-center:after {
        transform: rotate(270deg);
        top: 26%;
        left: -8%;
        }
        .safari-specific.chapter-6 .tooltip.up-right:after {
        transform: rotate(0deg);
        top: -24%;
        left: 166px;
        }
        .safari-specific.chapter-6 .tooltip.down-right:before {
        top: 88px;
        }
}
/* Portrait and Landscape */
@media only screen and (max-width: 375px) { 
    .photo-caption {
        padding: 0 10px;
    }
    .tip-wrapper {
        display: block;
    }
    .tip-wrapper img {
        float: left;
        margin-right: 10px;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::before {
        transform: rotate(0deg);
        top: -2.9vmax;
        left: 21vmax;
    }
    .chapter-2 .two-images-wrapper .tooltip.up-left::after {
        left: 21vmax;
        top: -2.3vmax;
        transform: rotate(0deg);
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:after {
        left: 304px;
        top: -18%;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left:after {
        top: 85px;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:before {
        left: 82%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after {
        top: 47px;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:before {
        top: 103%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right:before {
        top: 50px;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right:after {
        top: 47px;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 68px;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:after {
        top: 98%;
    }
    .chapter-5 .cloud-text {
        line-height: 23px;
        top: 47%;
        width: 71%;
        left: 53%;
        font-size: 19px;
    }
    .chapter-5 .cloud-tooltip {
        top: 66%;
        left: 32%;
        height: 26.1%;
        width: 62.3%;
    }
    .chapter-6 .tooltip.down-right:before {
        top: 88px;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        /* iPhone 11 specific resolution */
        @media (max-width: 414px) and (max-height: 896px) {
            .safari-specific.chapter-2 .one-image-wrapper .tooltip.down-left {
                top: -431px;
                }
                .safari-specific.chapter-3 .one-image-wrapper .tooltip.right-top:after {
                left: 193px;
                top: 29px;
                transform: rotate(90deg);
                }
                .safari-specific.chapter-3 .one-image-wrapper .tooltip.right-center:after {
                    left: -17px;
                    top: 21px;
                    transform: rotate(-90deg);
                    }
                    .safari-specific.chapter-5 .one-image-wrapper .tooltip.down-left:before {
                top: 68px;
                }
                .safari-specific.chapter-6 .tooltip.right-center:after {
                transform: rotate(270deg);
                top: 26%;
                left: -8%;
                }
                .safari-specific.chapter-6 .tooltip.up-right:after {
                transform: rotate(0deg);
                top: -24%;
                left: 166px;
                }
                .safari-specific.chapter-6 .tooltip.down-right:before {
                top: 88px;
                }
        }
    }   

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .story-content-comic {
        padding: 0 9.35%;
    }
    .width-auto-small {
        width: auto;
    }
    .tooltip-box {
        font-size: 20px;
        line-height: 20px;
    }
    .chapter-1 .tooltip {
        left: 47%;
    }
    .chapter-1 .tooltip.down-left:after {
        top: 48px;
    }
    .chapter-1 .tooltip-box.left-center {
        left: -2%;
        top: 69%;
    }
    .chapter-2 .one-image-wrapper .tooltip-box {
        width: 28%;
        left: 40%;
        top: 25%;
    }
    .chapter-2 .one-image-wrapper .tooltip.down-left:after {
        top: 89px;
    }
    .chapter-2 .tooltip-box.left-bottom {
        width: 41%;
        left: -1%;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center {
        top: 11%;
        left: 71%;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center:after {
        top: 109px;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center {
        left: 72%;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center:after {
        top: 83px;
    }
    .chapter-3 .one-image-wrapper .tooltip.down-left:after {
        top: 89px;
    }
    .chapter-3 .top-left.tooltip-box {
        left: -19px;
        width: 30%;
    }
    .chapter-3 .bottom-right-2.tooltip-box {
        top: 63%;
        width: 390px;
        left: 52%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after {
        top: 49px;
    }  
    .chapter-5 .one-image-wrapper .tooltip.down-left {
        top: -14%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:after {
        top: 97%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 52px;
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left {
        width: 330px;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-right {
        left: 48%;
    }
    .chapter-5 .one-image-wrapper .tooltip.left-center {
        line-height: 22px;
    }
    .chapter-5 .two-images-wrapper .tooltip.up-center:after {
        left: 83px;
        top: -16px;
    }
    .chapter-5 .two-images-wrapper .tooltip.up-center:before {
        top: -21px;
        left: 82px;
    }
    .chapter-6 .tooltip.right-center {
        top: 71%;
        left: 10%;
    }
    .chapter-6 .tooltip.right-center:before {
        left: -22px;
        top: 17px;
    }
    .chapter-6 .tooltip.down-right {
        width: 315px;
    }
    .chapter-6 .tooltip.down-right:before {
        left: 311px;
        top: 50px;
    }
    .chapter-6 .tooltip.down-right:after {
        top: 55%;
        left: 308px;
    }
    .chapter-6 .tooltip.up-right-3::after {
        top: -29%;
        left: 101px;
    }
    .three-images-wrapper {
        width: 96%;
    }
    .tip-wrapper {
        margin: 20px 0;
    }
    .margin-bottom-16-medium {
        margin-bottom: 16px;
    }
}
/* iPad Air (Portrait) */
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) {
    .three-images-wrapper {
        width: 94%;
    }
    .story-content-comic {
        padding: 0 4.35%;
    }
    .chapter-2 .three-images-wrapper .tooltip.down-center {
        width: 211px;
        top: 10%;
        left: 75%;
    }
    .chapter-2 .tooltip-box.left-bottom {
        left: -20px;
    }
    .chapter-3 .one-image-wrapper .tooltip.left-center {
        left: 72%;
    }
    .bottom-right-2.tooltip-box {
        width: 327px;
    }
    .top-left.tooltip-box {
        width: 47%;
    }
    .bottom-left.tooltip-box {
        width: 9%;
    }
    .chapter-4 .one-image-wrapper .tooltip.align-left.top-right:before {
        top: 104%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left {
        top: -14%;
    }
    .chapter-5 .one-image-wrapper .tooltip.down-left:before {
        top: 55px;
    }
    .chapter-5 .one-image-wrapper .tooltip.up-left {
        left: 49%;
    }
    .image-wrapper .tooltip.align-left.top-right:after {
        top: 51px;
    }
    .chapter-6 .tooltip.down-right {
        width: 330px;
    }
    .chapter-6 .tooltip.down-right:before {
        left: 328px;
    }
    .chapter-6 .tooltip.down-right:after {
        left: 323px;
    }
}
.clearfix {
    clear: both;
}
.story-content .story-editor {
	font-size:16px;
	color: #121212;
	line-height:26px;    
}
.story-editor {
    margin: 20px 0;
}
.advertisement {    
    z-index: 10;
    position: relative;
}

.featuredList-title,
.uxdia-c-featured-list,
.comments {
    padding: 0 8.26%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    
.safari-specific.chapter-1 .tooltip.down-left:after {
    transform: rotate(180deg);
    left: 48px;
    top: 70px;
}
.safari-specific.chapter-1 .two-images-wrapper .tooltip.down-left:after {
    transform: rotate(180deg);
    left: 48px;
    top: 49px;
}
.safari-specific.chapter-2 .one-image-wrapper .tooltip-box {
    width: 28%;
    left: 36%;
    top: 26%;
}
.safari-specific.chapter-2 .one-image-wrapper .tooltip.down-left:before {
    left: 102px;
    top: 115px;
}
.safari-specific.chapter-2 .one-image-wrapper .tooltip.down-left:after {
    left: 103px;
    top: 113px;
}
.safari-specific.chapter-2 .three-images-wrapper .tooltip.down-left {
    top: 36%;
    left: 61%;
}
.safari-specific.chapter-2 .three-images-wrapper .tooltip.down-left:after {
    left: 31px;
    top: 70px;
}
.safari-specific.chapter-2 .three-images-wrapper .tooltip.down-center:after {
    left: 95px;
    top: 134px;
}
.safari-specific.chapter-3 .one-image-wrapper .tooltip.down-left:after {
    left: 131px;
    top: 112px;
}
.safari-specific.chapter-4 .one-image-wrapper .tooltip.align-left.top-right:before {
    left: 187px;
    top: 103%;
}
.safari-specific.chapter-4 .one-image-wrapper .tooltip.align-left.top-right:after {
    top: 71px;
}
.safari-specific.chapter-5 .one-image-wrapper .tooltip.down-left:before {
    top: 55px;
}
.safari-specific.chapter-5 .one-image-wrapper .tooltip.down-right:after {
    top: 71px;
}
.safari-specific.chapter-5 .one-image-wrapper .tooltip.down-right:before {
    top: 74px;
}
.safari-specific.chapter-5 .one-image-wrapper .tooltip.left-center {
    width: 277px;
    left: 20%;
}
.safari-specific.chapter-5 .two-images-wrapper .tooltip.down-left {
    width: 227px;
}
.safari-specific.chapter-6 .tooltip.up-right::before {
    top: -22px;
}
.safari-specific.chapter-6 .tooltip.up-right:after {
    top: -23%;
}
.safari-specific.chapter-6 .tooltip.up-right-2 {
    width: 290px;
}
.safari-specific.chapter-6 .tooltip.up-right-2::after {
    left: 73.6%;
}
.safari-specific.chapter-6 .tooltip.down-left::before {
    top: 53px;
}
.safari-specific.chapter-6 .tooltip.down-left::after {
    top: 93%;
}
.safari-specific.chapter-6 .tooltip.up-right-3 {
    width: 190px;
}
.safari-specific.chapter-6 .tooltip.up-right-3::after {
    top: -27%;
}

    .featuredList-title,
    .uxdia-c-featured-list,
    .comments {
        padding: 0 17.44%;
    }
}

@media screen and (min-width: 1200px) {
    .featuredList-title,
    .uxdia-c-featured-list,
    .comments {
        padding: 0 27.77%;
        max-width: calc((100vw - 1427px) / 2 + 1440px);
    }
    .person-image {
        height: 307px;
    }
}

.featuredList-title p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    padding: 10px 0 10px 16px;
    margin-bottom: 20px;
    border-left: 2px solid var(--color-red);
}

@media screen and (min-width: 1200px) {
    .featuredList-title p {
        font-size: 30px;
        line-height: 38px;
        padding: 10px 0 10px 24px;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__container {
    max-height: none;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.uxdia-c-featured-tile__container {
    display: flex;
    flex-direction: row-reverse;
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__image-wrapper {
    margin-right: 0;
}

.uxdia-c-featured-list--collection .cmp-image__image {
    width: auto;
    height: 4.375em;
    padding-left: 12px;
}

@media screen and (min-width: 768px) {
    .uxdia-c-featured-list--collection .cmp-image__image {
        width: 13.625em;
        height: 7.6875em;
        padding-left: 20px;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .uxdia-c-featured-list--collection .uxdia-c-featured-tile__title a {
        font-size: 24px;
        line-height: 30px;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__description {
    display: none;
}

@media screen and (min-width: 768px) {
    .uxdia-c-featured-list--collection .uxdia-c-featured-tile__description {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__section-wrapper {
    flex-basis: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-gray);
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__tab-section {
    padding: 0;
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__content-wrapper {
    padding-top: 0;
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__section-wrapper:nth-child(even) {
    margin-left: 0;
}

.vf-follow-button.vf-label-text.vf-actions-subscribe.vf-button.vf-no-outline.is-cta.is-inverted.is-accent-color.is-size-tiny {
    text-decoration: none;
    border: 1px solid #121212;
    border-radius: 1.66667em;
    line-height: 1.26667em;
    height: 3em;
    font-weight: 700;
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
}

.vf-follow-button__text {
    font-size: 16px;
    line-height: 19px;
}

.aarp-c-viafoura--aarpe-customized.aarp-c-viafoura .vf-sort-actions .vf-dropdown-trigger.vf-dropdown-button {
    border-radius: 23px   
}

.viafoura > * {
    font-family: Lato, sans-serif;
}

.vf3-conversations-footer__branding {
    position: relative !important;
    justify-content: center;
}

header.vf-comment-header {
    z-index: 1;
}
.viafoura .vf3-comments__tabbed-nav[data-v-8249a4bc] .vf-tabbed-nav {
    z-index: 4;
}
.uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad-messaging {
    border: 0;
    line-height: inherit;
}
.uxdia-u-channel-v2 .container.uxdia-c-news-gallery__wrapper~.container .uxdia-c-full-width-ads {
    padding-top: 40px;
}

.uxdia-u-travel-v2 .uxdia-c-full-width-ads .aarpe-ad-wrapper:not(.dynamic-mini-scroller):not(.incontent-native) .aarpe-ad {
    margin: 0
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 1.25em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.incontent-native {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d5d5d5
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.incontent-native .aarpe-ad {
    border-bottom: none;
    max-width: 768px;
    width: 100%
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper:not(.dynamic-mini-scroller):not(.incontent-native) .aarpe-ad {
    margin: 0 auto;
    max-width: 75em
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad {
    width: auto
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad .celtra-ad-inline-host {
    margin: 0 auto;
    max-width: 75em
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad-messaging {
    border: 0;
    line-height: inherit
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad {
    padding: .3125em 0 1.25em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    .uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad {
        margin:0 2.5em
    }
}

@media only screen and (max-width: 1023px) {
    .uxdia-c-full-width-ads\@tablet .aarpe-ad-wrapper {
        padding-top:1.875em
    }

    .uxdia-c-full-width-ads\@tablet .aarpe-ad-wrapper .aarpe-ad {
        width: 100%;
        padding: .3125em 0 2.5em
    }
}

@media only screen and (max-width: 767px) {
    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper {
        padding-top:1.25em
    }

    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper .aarpe-ad {
        margin: 0 1.875em;
        padding: .3125em 0 1.875em
    }

    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper.mobile-scroller {
        padding-top: 0
    }

    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper.incontent-native .aarpe-ad {
        width: 300px
    }

    .uxdia-c-series-landing-template .uxdia-c-featured-tile-wrapper--display-ad .aarpe-ad {
        margin: 0 0 1.25em
    }

    .uxdia-c-series-landing-template .aarpe-ad-wrapper.incontent-native .aarpe-ad {
        width: 18.75em
    }

    .uxdia-c-series-landing-template .uxdia-o-article-rail .advertisement .aarpe-ad-wrapper .aarpe-ad-message {
        font-weight: 700
    }

    .aarp-c-offscreen-nav-uxdia__open .notranslate[style*='z-index: 2147483627'] {
        visibility: hidden
    }
}
.uxdia-o-full-width-ads .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: normal;
    align-items: normal
}

.uxdia-c-series-landing-template .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: normal;
    align-items: normal
}
.advancedhtml .advertisement iframe{
    width: revert-layer;
}