div.mainCapImage {
    background:url("../images/mainBackgroundLeccier.jpg") center no-repeat;
    background-size: cover;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    text-align: center;
}
div.mainCapImage2 {
    background:url("../images/mainBackgroundLeccier.jpg") center no-repeat;
    background-size: cover;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    text-align: center;
}
img.mainCapLogo {
    box-sizing: border-box;
    width: 13%;
    margin-top: 300px;
}
@media screen and (max-width: 768px) {
    div.mainCapImage {
        height: 500px;
    }
    div.mainCapImage2 {
        height: 51px;
    }
    img.mainCapLogo {
        width: 24%;
        margin-top: 250px;
    }
    h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 480px) {
    div.mainCapImage {
        height: 400px;
    }
    div.mainCapImage2 {
        height: 51px;
    }
    img.mainCapLogo {
        width: 36%;
        margin-top: 200px;
    }
}
.crcontacttitle01 {
    font-size: 18px;
    font-weight: bold;
}
.crcontactaddress01 {
    display: table-cell;
    font-size:18px;
}
.container {
    padding-right: 32px;
    padding-left: 32px;
}
@media (min-width:768px) {
    .container {
        width:720px;
    }
}
@media (min-width:992px) {
    .container {
        width:920px;
    }
}
@media (min-width:1200px) {
    .container {
        width:1020px
    }
}