/*   **********    SETUP OF DOCUMENT     **********     */

html,
body * {
    box-sizing: border-box;
}

html {
    font-size: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    background-color: #727272;
}

/* .start_mcd {
    position: fixed;
    width: 42.0rem;
    height: 37.5rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
    overflow: hidden;
} */

.main {
    width: 42.0rem;
    height: 37.5rem;
    background-color: #FFB810;
    overflow: hidden;
    position: relative;
}

.s1_sesame {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.s1_headline {
    width: 85%;
    left: 25px;
    top: 24px;
    position: absolute;
}

.s1_mcchicken {
    width: 28rem;
    position: absolute;
    bottom: 25px;
    left: 50px;
}

.s1_mcchicken img {
    width: 100%;
    height: auto;
}

.s1_coke {
    width: 8rem;
    position: absolute;
    bottom: 70px;
    left: -170px;
}

.s1_coke img {
    width: 100%;
    height: auto;
}

.s1_fries {
    width: 12rem;
    position: absolute;
    bottom: 70px;
    right: -160px;
}

.s1_fries img {
    width: 100%;
    height: auto;
}

.s1_leftblurb {
    position: absolute;
    width: 100%;
    top:0;
    left:-190px;
}

.s1_leftblurb img {
    width: 100%;
    /* visibility: hidden; */
}

.s1_rightblurb {
    position: absolute;
    width: 100%;
    top:0;
    right:-190px;
}

.s1_rightblurb img {
    width: 100%;
}

.s1_price1 {
    position: absolute;
    width: 25%;
    left: 28px;
    top: 30px;
}

.s1_price2 {
    position: absolute;
    width: 30%;
    right: 20px;
    top: 30px;
}

.redsquare {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 400px;
    background-color: red;
}

.s1_logo {
    position: absolute;
    width: 100%;
    left: 26%;
    top: 16%;

}

.s1_logo img {
    width: 45%;
}

/* .img > img {
    width: 100%;
    margin-right: 20.0rem;
    overflow:hidden;
} */
