.container-logo {
    top: 0;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.logo {
    background-color: #ffffff;
    width: 256px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

/* TOP BACKGROUND */
.bg-left {
    width: 300px;
    height: 282px;
    top: 0;
    left: 0;
    position: absolute;
}

.bg-right {
    width: 300px;
    height: 282px;
    top: 0;
    right: 0;
    position: absolute;
}

/* MIDDLE BACKGROUND */
.bg-midde {
    background-image: url('..img/bg-middle-min.jpg');
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}