.container-landing{
    position: relative;
    width: 100%;
}
.section-absolute{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0
}
#menu-left{
    width: 170px;
    background: #414042;
    color: #bab2c7;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    bottom: 0;
    z-index: 30;
    position: absolute;
}
#menu-left ul.menu{
    display: block;
    padding:20px 0;
}
#menu-left ul.menu > li {
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: block;
}

#menu-left ul.menu > li > a{display: block;color:#fff;text-decoration: none}
#menu-left ul.menu > li.active{
    color:#fff;
}
#menu-left ul.menu > li > a > img{}
#menu-left ul.menu > li > a > img + .image-title{display: none;}
.section-absolute  #video-parallax{
    height: 100%;
    margin-left: 170px;
    margin-right: 35%;
}
.section-absolute #video-parallax:after{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.section-absolute #content-text{
    height: 100%;
    right: 0;
    top: 0;
    width: 35%;
    overflow: auto;
    text-align: left;
    background: #f5f5f5;
    position: absolute;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 20px;
    overflow-x: hidden;
}
.section-absolute #content-text h1{font-size: 26px;}
.section-absolute #content-text .sale-items{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #ccc solid;
}
.section-absolute #content-text .sale-items .item-s{
    margin-top: 15px;
}
.section-absolute #content-text .sale-items .item-s .desc{margin-top: 10px}
.section-absolute #content-text .sale-items .item-s .desc a{color:#64a444;text-decoration: none;font-weight: 700}


@media only screen and (max-width: 980px){
    .container-landing{height: auto !important;}
    .section-absolute{position: relative;left: inherit;right: inherit;top:inherit;bottom:inherit}
    .section-absolute #menu-left{width: 100%;position: inherit;top:inherit;bottom: inherit;}
    .section-absolute #menu-left ul.menu{margin-top: 2px;}
    .section-absolute #menu-left ul.menu > li{border-bottom: 1px #fff solid;}
    .section-absolute  #video-parallax{
        min-height: 320px;
        margin: 0;
    }
    .section-absolute #content-text{
        position: inherit;
        top: inherit;
        right: inherit;
        overflow: inherit !important;
        padding: 15px;
        height: auto;
        width: 100%;
    }
}