body .wrapper {
    justify-content:normal;
    }
    .pp-header-img {
    height: auto;
    width: 100%;
    max-width: none;
    display: block
    }
    #pp-hover-text {
    position: absolute;
    background-image: url('/common/Interactive/assets/person.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-position: center;
    text-align: center;
    font-size: 1.2em;
    padding: 90px 10px 0 10px;
    line-height: 1em;
    z-index: 10;
    }
    .pp-header-img-container {
    width: 100%;
    height: auto;
    }
    .pp-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    color:#002E3B;
    overflow: hidden;
    }
    .pp-intro {
    color:#121747;
    background: #FF8226;
    height:650px;
    }
    .pp-intro .pp-row {
    align-items: center;
    }
    .pp-follow-container {
    position: relative;
    width: 400px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    }
    .pp-follow-text {
    position: absolute;
    top: 30px;
    width: 400px;
    height: auto;
    }
    .pp-follow-hand {
    z-index: 10;
    position: absolute;
    top: 90px;
    width: 300px;
    height: auto;
    animation-name: finger;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    }
    .pp-follow-container a {
    width: 150px;
    }
    .pp-meet{
    background:#fff;
    color:#121747;
    height:550px;
    }
    .pp-symptoms {
    background:#121747;
    height:800px;
    color:#d8e5ed;
    }
    .pp-symptoms .pp-row {
    flex-flow: wrap-reverse;
    }
    .pp-symptoms-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 300px;
    margin: 30px 0;
    }
    .pp-symptoms-outline {
    width: auto;
    height: 400px;
    align-self: center;
    }
    .pp-symptoms-hover{
        display: flex;
        position: absolute;
        width: 127px;
        height: auto;
        right: -42px;
        top: 0;
    }
    .pp-symptoms-tap {
        display: none;
    }
    .pp-life {
    color:#121747;
    background: #ffb36e;
    align-items: center; 
    flex-wrap: wrap;
    }
    .pp-life-col {
    width: 360px;
    height: auto;
    }
    .pp-hover-container {
    height:700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
      -webkit-animation-name:rotate; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 20s; /* Safari 4.0 - 8.0 */
      animation-name: rotate;
      animation-duration: 30s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    animation-play-state: running;
    transition:0.5s;
    }
    .pp-hover-container:hover {
    animation-play-state: paused;
    }
    #pp-hover-box {
    height: 700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .pp-hover-item {
    width:auto;
    height:120px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: 0.6s;
    }
    .pp-hover-item:hover {
    transform: scale(1.2);
    }
    .pp-hover--1 {
    top:50px;
    left: 250px;
    }
    .pp-hover--2 {
    top: 120px;
    right: 120px;
    }
    .pp-hover--3 {
    right: 58px;
    top: 340px;
    }
    .pp-hover--4 {
    bottom: 90px;
    right: 250px;
    }
    .pp-hover--5 {
    left: 110px;
    bottom:150px;
    height: 90px;
    }
    .pp-hover--6 {
    left:60px;
    bottom:375px;
    }
    .pp-flare {
    height: auto;
    padding: 200px 0;
    background:#e46038;
    color:#121747;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
    position: relative;
    justify-content: center;
    }
    .pp-flare-number {
    width: 400px;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121747;
    background-size: contain;
    }
    .pp-flare-number img {
        position: absolute;
    }
    .pp-flare-meter {
    height: 800px;
    background:#FC9F00;
    color:#121747;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
    position: relative;
    justify-content: center;
    }  
    .pp-flare-meter-content {
        padding-top: 100px;
        height: 800px;
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        z-index:10;
    }
    .pp-flare-meter-content p {
        text-align: center;
        width: 80%;
    }
    .pp-fire-1 {
    position: absolute;
    background-image: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 800px;
    bottom: -65%;
    z-index:1;
    }
    .pp-fire-2 {
    position: absolute;
    background-image: url('https://multiplesclerosis.net/wp-content/uploads/2020/01/fire-yellow.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 800px;
    bottom: -70%;
    z-index:2;
    }
    .pp-time {
    color:#121747;
    background: #FF7C0B;
    height: 800px;
    }
    .pp-time-calendar {
        color:#121747;
        background: #FF7C0B;
        height: 600px;
    }
    .pp-calendar-container {
    height: 480px;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .pp-calendar-container img {
    width: 480px;
    height: auto;
    position: absolute;
    max-width: unset;
    }
    .pp-treatment {
    background:#061425;
    height:600px;
    color:#d8e5ed;
    display: flex;
    }
    .pp-row {
    width: 960px;
    display: flex;
    }
    .pp-col-3-1 {
    display: flex;
    width: 320px;
    }
    .pp-col-3-1 img {
    width:250px;
    height: auto;
    align-self: center;
    }
    .pp-col-3-2 {
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .pp-col-1 {
        width:360px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .pp-col-2 {
    width:480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    }
    .pp-dot {
        width:40px;
        height:40px;
        position: absolute;
        transition:0.4s;
    }
    .pp-dot:hover {
        transform: scale(1.2);
    }
    .pp-dot--1 {
        top: 9%;
        right: 42%;
    }
    .pp-dot--2 {
        top: 57%;
        left: 26%;
    }
    .pp-dot--3 {
    right: 33%;
    top: 68%;
    }
    .pp-dot--4 {
        right: 42%;
        top: 18%;
    }
    .pp-dot--5 {
        right: 42%;
        top: 30%;
     }
    .pp-dot--6 {
        right: 49%;
        top: 88%;
    } 
     .pp-tooltip {
         width: 480px;
         height: 300px;
     }
    
    .pp-slidecontainer {
    position: absolute;
    width: 1000px;
    height: 200px;
    bottom: 40%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .pp-slidecontainer h2 {
    color: #121747;
    }
    .mild--active #mild {
        border-color:#FFBC5B;
        background:#FFBC5B;
        color:#121747;
    }
    .moderate--active #moderate {
        border-color:#e46038;
        background:#e46038;
        color:#121747;
    }
    .severe--active #severe {
        border-color:#D72424;
        background:#D72424;
        color:#121747;
    }
    .pp-slide-spectrum-container {
    display: flex;
    width:600px;
    justify-content:space-around;
    margin-top:25px;
    }
    .pp-slide-spectrum-container h3 {
    color: #121747;
    font-size:1.2rem;
    padding: 10px;
    display: inline-block;
    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .pp-slider {
      -webkit-appearance: none;  /* Override default CSS styles */
      appearance: none;
      width: 600px; /* Full-width */
      height: 60px; /* Specified height */
      background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/Slider.png');
      outline: none; /* Remove outline */
      border: none;
      border-radius: 30px;
    z-index:2;
    background-repeat: no-repeat;
    }
    .pp-slider::-webkit-slider-thumb {
      -webkit-appearance: none; /* Override default look */
      appearance: none;
      width: 83px; /* Set a specific slider handle width */
      height: 100px; /* Slider handle height */
      outline: none; /* Remove outline */
      background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire-icon.png');
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer; /* Cursor on hover */
      border: none;
    }
    .pp-slider::-moz-range-thumb {
      width: 83px; /* Set a specific slider handle width */
      height: 100px; /* Slider handle height */
      background: url('https://plaquepsoriasis.com/wp-content/uploads/2019/12/fire-icon.png');
      outline: none; /* Remove outline */
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer; /* Cursor on hover */
      border: none;
    }
    .pp-medicine-container {
    position: relative;
    width: 40vw;
    height: 600px;
    background-image: url('/common/Interactive/assets/pills.png');
    background-repeat: repeat;
    animation-name: pillMove;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    }
    .pp-symptoms a, .pp-flare a {
    background-image: linear-gradient(#FDCC80,#FDCC80);
    }
    .pp-symptoms a:hover, .pp-flare a:hover {
    color:#FDCC80; 
    } 
    .pp-relapse-container {
        position: relative;
        display: flex;
        justify-content: center;
        width: 400px;
        height: 400px;
    }
    .relapse-ball {
        animation-name: rotateWheel;
        animation-duration: 4s;
        animation-timing-function: cubic-bezier(0.36,-0.34,0.68,1.4);
        animation-iteration-count: infinite;
        position: absolute;
    }
    .relapse-arrow {
        position: absolute;
        top: -63px;
        width: 55px;
        animation-name: wheelArrow;
        animation-duration: 4s;
        animation-timing-function: cubic-bezier(0.36,-0.34,0.68,1.5);
        animation-iteration-count: infinite;
    }
    .pp-calendar-slide {
        height: 390px;
        width: 480px;
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        margin-top: 30px;
    }
    .calendar-slide-img {
        transition: 0.6s;
        position: absolute;
        opacity: 0;
        left: -2px;
        transition-timing-function: cubic-bezier(0.93,-0.32,0.2,1.33);
    }
    .calendar-slide-1 {
        opacity: 1;
        bottom: -32px;
    }
    .calendar-slide-2 {
        opacity: 1;
        bottom: -465px;
    }
    .calendar-slide-3 {
        opacity: 1;
        bottom: -925px;
    }
    #up-button {
        width: 100px;
        height: auto;
        right: -160px;
        bottom: 300px;
        z-index: 10;
        animation-name: swell;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-play-state: running;
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
    }
    #up-button:hover {
        animation-play-state: paused;
    }
    #down-button {
        width: 100px;
        height: auto;
        transform: rotate(180deg);
        margin-top: 20px;
        right: -160px;
        bottom: 150px;
        z-index: 10;
    }
    .calendar-text {
        font-size: 2em;
        text-align: center;
        position: absolute;
        top: 35%;
        line-height: 1;
        opacity: 1;
        width: 300px;
        transition: 0.4s;
    }
    .calendar-text-hidden {
        opacity: 0;
    }
    .pp-treatment-row {
        width:100vw;
    }
    .pp-treatment-text {
        width: 60vw;
        padding: 50px;
    }
    .pp-temp-container {
        height: 480px;
        width: 480px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pp-temp {
        height: 480px;
        position: absolute;
        z-index: 5;
    }
    .pp-temp-value {
        position: absolute;
        z-index: 99;
        width: 30px;
        height: 360px;
        bottom: 28%;
        margin-left: 4px;
        animation-name: temp;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .calendar-h2 {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .calendar-days {
        font-size: 2em;
        background-color: white;
        border-radius: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 20px;
    }
    .days {
        margin-left: 15px;
    }
    .pp-relapse-items-row {
    margin-top:100px;
    width: 1000px;
    height:auto;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    }
    .pp-relapse-item {
    display: flex;
    flex-direction: column;
    width: 250px;
    text-align: center;
    align-items: center;
    font-size: 1.2rem;
    margin: 10px 25px;
    }
    .pp-relapse-item img {
        width: 100px;
        transition: 0.6s;
    }
    .pp-relapse-item img:hover {
    transform: scale(1.1);
    }
    .relapse-img {
        background-image: none!important;
    }
    .icon-title {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .pp-calendar-article-section {
     height: 300px;
    }
    .pp-calendar-article-section .pp-row {
        justify-content: center;
        align-items: center;
    }
    .pp-flare-article-section {
        height: 300px;
        background: #FCC064;
       }
    .pp-flare-article-section .pp-row {
        justify-content: center;
        align-items: center;
    }
    .calendar-articles {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        width: 80vw;
        opacity: 0;
        transition: 0.6s;
        z-index: 1;
    }
    .calendar-article {
        display: flex;
        flex-direction: column;
        width: 250px;
        text-align: center;
        align-items: center;
        font-size: 1.2rem;
        margin: 10px 25px;
        background-color: #FDCC80;
        border-radius: 20px;
        padding: 5px;
    }
    .calendar-active {
        opacity: 1;
        z-index: 10;
    }
    .flare-articles {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        width: 80vw;
        opacity: 0;
        transition: 0.6s;
        z-index: 1;
    }
    .flare-article {
        display: flex;
        flex-direction: column;
        width: 250px;
        text-align: center;
        align-items: center;
        font-size: 1.2rem;
        margin: 10px 25px;
        background-color: #FC9F00;
        border-radius: 20px;
        padding: 5px;
    }
    .flare-active {
        opacity: 1;
        z-index: 10;
    }
    @media screen and (max-width: 960px) {
        .pp-row {
        width:768px;
        }
        .pp-treatment {
            height: auto;
        }
        .pp-treatment-text {
            padding: 0;
            padding-top: 30px;
        }
        .pp-relapse-items-row {
            height: auto;
            margin-top: 0;
        }
        .pp-intro {
        height: auto;
        padding: 50px 0;
        }
        .pp-follow-container {
        margin-left: 0px;
        }
        .pp-meet {
        height: auto;
        }
        .pp-symptoms {
        height: auto;
        }
        .pp-hover-container {
            width: 300px;
            height: 300px;
        }
        .pp-life {
        padding:60px 20px;
        }
        #pp-hover-text {
            height: 140px;
            font-size: 1em;
            padding: 40px 50px 0 50px;
            line-height: 1em;
        }
        .pp-hover-item {
            height: 70px;
        }
        .pp-hover--1 {
            top: 25px;
            left: 20px;
        }
        .pp-hover--2 {
            top: -10px;
            right: 80px;
        }
        .pp-hover--3 {
            top: 68px;
            right: -10px;
        }
        .pp-hover--4 {
            right: 0px;
            bottom: 36px;
        }
        .pp-hover--5 {
            bottom: 0px;
            right: 175px;
            height: 55px;
        }
        .pp-hover--6 {
            bottom: 73px;
            left: 0px;
        }
        .pp-flare {
            height: auto;
            padding: 50px 0;
        }
        .pp-temp-container {
            margin-bottom: 50px;
            height: 300px;
            width: 300px;
        }
        .pp-temp {
            height: 300px;
        }
        .pp-temp-value {
            width: 18px;
            height: 260px;
            bottom: 17%;
            margin-left: 4px;
            animation-name: tempMobile;
        }
        .pp-relapse-container {
            width: 80vw;
            height: 200px;
        }
        .pp-flare-number {
            width: 250px;
            height: 250px;
            margin-bottom: 50px;
        }
        .pp-medicine-container {
        width: 100vw;
        height: 200px;
        animation-name: pillMoveMobile;
        }
        #up-button {
            width: 80px;
            right: 20%;
            bottom: -110px;
            z-index: 10;
        }
        #down-button {
            width: 80px;
            margin-top: 0px;
            right: 60%;
            bottom: -122px;
        }
        .calendar-h2 {
            padding: 10px;
        }
        .pp-time {
            height: auto;
            padding: 50px 0;
        }
        .pp-time-calendar {
            height: 1000px;
            align-items: flex-start;
        }
        .pp-calendar-article-section {
            height: 600px;
        }
        .pp-flare-article-section {
            height: 600px;
        }
        .calendar-articles {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .flare-articles {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }
    @media screen and (max-width: 768px) {
        .pp-row {
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        }
        .pp-col-2 {
        width: 80vw;
        align-items: center;
        }
        .pp-col-3-1 {
        width: 80vw;
        justify-content: center;
        margin-bottom: 20px;
        }
        .pp-col-3-2 {
            width: 80vw;
        }
        .pp-dot--1 {
        width:38px;
        height:38px;
        top: 5%;
        right: 43%;
        }
        .pp-dot--2 {
        width:38px;
        height:38px;
        top: 57%;
        left: 25%;
        }
        .pp-dot--3 {
        width:38px;
        height:38px;
        right: 33%;
        top: 68%;
        }
        .pp-tooltip {
            width: auto;
            height: auto;
        }
        .pp-life-col {
            width: 80vw;
        }
        .pp-slidecontainer {
        width: 80vw;
        text-align: center;
        }
        .pp-slider {
        width: 80vw;
        }
        .pp-slide-spectrum-container {
            width: 80vw;
        }
        .pp-flare p {
            width: 80vw;
            padding: 10px;
        }
        .pp-flare-number {
            width: 250px;
            height: 250px;
            margin-bottom: 50px;
        }
        #pp-hover-box {
            height: 400px;
            width: 300px;
        }
        .pp-treatment-row {
            padding-top: 0;
        }
    }
    @media screen and (max-width: 600px) {
        .pp-follow-container {
        width: 80vw;
        margin: -50px 0;
        height: 350px;

        }
        .pp-follow-container a {
            width: 30vw;
        }
        .pp-follow-hand {
            width: 70%;
        }
        .pp-follow-text {
            width: 80vw;
        }
        .pp-symptoms-hover{
            display: none;
        }
        .pp-symptoms-tap{
            display: flex;
            position: absolute;
            width: 127px;
            height: auto;
            right: -42px;
            top: 0;
        }
        .pp-symptoms-container {
        width:250px;
        }
        .pp-symptoms-outline {
        height: 250px;
        }
        .pp-dot--1 {
            right: 41%;
            }
        .pp-dot--2 {
            left: 30%;
            }
        .pp-calendar-container {
            height: 384px;
            width: 480px;
        }
        .pp-calendar-container img {
            width: 480px;
        }
        .pp-calendar-slide {
            width: 480px;
            height: 384px;
        }
    }
    @media screen and (max-width: 480px) {
        .pp-calendar-container {
            height: 273px;
            width: 300px;
        }
        .pp-calendar-container img {
            width: 300px;
        }
        .pp-calendar-slide {
            height: 273px;
            width: 300px;
        }
        .calendar-slide-1 {
            bottom: -5px;
            left: unset;
        }
        .calendar-slide-2 {
            bottom: -275px;
            left: unset;
        }
        .calendar-slide-3 {
            bottom: -565px;
            left: unset;
        }
        .calendar-text {
            top: 29%;
            padding: 0px 10px;
        }
        .pp-time-calendar {
            height: auto;
        }
        .pp-col-1 {
            width: 90%;
        }
    }
    /* Animations */
    @keyframes rotate {
      from {transform: rotate(0deg);}
      to {transform: rotate(360deg);}
    }
    @keyframes rotateWheel {
        0% {transform: rotate(0deg);}
        40% {transform: rotate(360deg);}
        100% {transform: rotate(360deg);}
      }
    @keyframes wheelArrow {
        0% {transform: rotate(0deg);}
        2% {transform: rotate(30deg);}
        10% {transform: rotate(-30deg);}
        12% {transform: rotate(20deg);}
        15% {transform: rotate(-20deg);}
        20% {transform: rotate(20deg);}
        25% {transform: rotate(-20deg);}
        30% {transform: rotate(20deg);}
        35% {transform: rotate(-20deg);}
        45% {transform: rotate(0deg);}
        100% {transform: rotate(0deg);}
    }
    @keyframes finger {
      0% {top:120px;}
      50% {top:90px;}
      100% {top:120px;}
    }
    @keyframes swell {
        from {transform: scale(1);}
        to {transform: scale(1.1);}
    }
    @keyframes pillMove {
        from{background-position: top;}
        to {background-position: bottom; }
    }
    @keyframes pillMoveMobile {
        from{background-position: 0 0;}
        to {background-position: 0 1000px; }
    }
    @keyframes temp {
        from {height: 100px;}
        to {height: 360px;}
    }
    @keyframes tempMobile {
        from {height: 60px;}
        to {height: 260px;}
    }