#body {
    background: none;
}

#video-overlay{
    display: none;
}

#section-footer {
    position: absolute !important;
    height: auto;
}

#section-banner{
    min-height: 640px;
}

#layout-3 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#layout-3-inner {
    width: 120%;
    min-width: 640px;
    opacity: 0;
}

.layout-3-item {
    float: left;
    width: 175px;
    height: 175px;
    position: relative;
    cursor: pointer;
}

.layout-3-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.layout-3-item .button-link {
    bottom: 0;
    /*opacity: 0;*/
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0);
}

.layout-3-item .button-link-cont {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.layout-3-item:hover .button-link {
    /*opacity: 1;*/
    background: rgba(00, 00, 00, .51);
}

.layout-3-item-big img {
    position: absolute;
    width: 200%;
    height: 200%;
    z-index: 99;
}

.bottom-row img {
    bottom: 0;
}

.unlogged.modal-open {
    padding-right: 0!important;
    position: relative !important;
    overflow: auto;
}

@media only screen and (max-width: 1169px) {
    .layout-3-item {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 767px) {
    #layout-3-inner, #layout-3 {
        /*height: 640px;*/
        overflow: hidden;
    }

    #section-banner {
        height: 640px;
        min-height: 640px;
    }

    #section-footer {
        position: relative !important;
        height: auto;
    }

}