/* LINES FILIGRANE DECORATIONS only desktop - AMBITA THEME RELATED*/
.hero-container {
    position: relative;
}

.hero-container .lines-deco {
    position: absolute;
    width: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    display: none;
}

.hero-container .lines-deco-slideshow-1 {
    top: -77px;
}

.hero-container .lines-deco-slideshow-2 {
    bottom: -77px;
}

@media (min-width:1024px){
    .hero-container .lines-deco {
        display: block;
    }
}