﻿.body_div {
    overflow-x:hidden;
    width:100%;
    height:100%;
}

.wrapper_c2c {
    position: relative;
    max-width: 565px;
    min-height: 520px;
    width: 90%;
    margin: 7.5% 7.5%;
    padding-bottom: 10px;
    font-family: Open Sans, Arial, sans-serif;
    background-attachment:fixed;
}
.wrapper_c2c .first-screen {
    padding: 0 0px;
}

.logo-c2c {
    margin-top: 0px;
    width: 150px;
    height: 60px;
}
.wrapper_c2c p {
    margin-top: 0;
}

.wrapper_c2c .content {
    font-size: 16px;
    margin-top: 18px;
    line-height: 1.5;
    width: 79%;
}

.wrapper_c2c .title {
    font-weight: bold;
    font-size: 24px;
    max-width: 450px;
    line-height: 1.33;
    margin-top: 40px;
}

.wrapper-button {
    margin-top: 32px;
    height: 64px;
    max-width: 315px;
    text-transform: none;
    font-size: 18px;
    background-color: #E62632;
}

.img_mobile_container {
    width: 113%;
    height: 320px;
    overflow: hidden;
    margin-left: -10%;
}

.img_mobile {
    position: relative;
    top: 70%;
    transform: translateY(-45%);
    width: 100%;
}

.img_tablet_container {
    display: none;
    width: 140%;
    height: 400px;
    overflow: hidden;
}

.img_tablet {
    position: relative;
    top: 70%;
    transform: translateY(-44%);
    width: 100%;
    margin-left: -8%;
}

.img_web_container {
    display: none;
}

@media only screen and (min-width: 620px) {
    .wrapper_c2c .title {
        font-size: 40px;
        max-width: 520px;
        margin-top: 40px;
    }

    .wrapper_c2c .content {
        max-width: 520px;
        width: 100%;
    }

    .img_mobile_container {
        display: none;
    }

    .img_tablet_container  {
        display: block;
    }

    .img_web_container  {
        display: none;
    }
}

@media only screen and (min-width: 1366px) {
    .wrapper_c2c {
        min-height: 730px;
    }
    
    .wrapper_c2c .title {
        margin-top: 50%;
    }

    .img_mobile_container  {
        display: none;
    }

    .img_tablet_container  {
        display: none;
    }

    .img_web_container  {
        display: block;
        position: absolute;
        margin-left: 80%;
    }
}
