body {
    max-width: 1,100px;
    margin: 0px auto;
}

.wrap {
    overflow:hidden;
}

.back {
    background-position: top;
    background-image: url(../images/back.jpg);
}

.wrapper {
    text-align: center;
}

.top {
    margin: 0px auto;
    text-align: center;
}

.benefit img {
    margin-top: 2vw;
}

.amazon img {
    margin-top: 3vw;
    margin-left: 16px;
}

.target {
    border: #40210f solid 1px;
    width: 901px;
    margin: 0px auto;
    margin-top: 3vw;
}

.fection_prevention img {
    margin-top: 2vw;
}


.frame {
    width: 863px;
    margin: 20px auto 0px;

}

.frame .flex #photo {
    width: 411px;
}

.flex {
    display: flex;
    justify-content: space-around;
    margin-top: -310px;
}

.flex_left .flex_botom #bottom_left {
    margin-right: 23px;
    margin-top: 7px;
}

.flex_botom a:hover {
    opacity: 0.5;
}


.border {
    border: 1px solid #231815;
    width: 1100px;
    margin: 0px auto;
}

.btn img {
    padding-bottom: 20px;
}

.btn img:hover {
    opacity: 0.5;
}

.benefits_overview {
    margin: 0px auto;
    border: #40210f solid 5px;
    width: 910px;
    background-color: #fff;
    margin-top: 30px;
}

.benefits_overview img {
    margin-top: -1px;
}

.benefits_overview p {
    text-align: justify;
    padding: 1vw;
}

.back_btn img {
    margin-top: 25px;
    width: 150px;
    margin-bottom: 25px;
}

.back_btn img:hover {
    opacity: 0.8;
}

.footer img {
    margin: 25px;
}



@media screen and (max-width: 1100px) {

    .benefits_overview p {
        font-size: 3vw;
    }

    .wrapper {
        background-size: cover;
    }


}


