#intro-animation {
    position:absolute;
    top:0;
    width:100vw;
    height:100vh;
    margin:0;
    background:#cf183e;
}
#home-banner{
    position:relative;
    margin:30px;
    height:calc(100vh - 60px);
    /*width:calc(100vw - 60px);*/
}
#home-banner .owl-carousel{
    width:100%;
    height:100%;
}
#home-banner .owl-item{
    height:100%;
}

#home-banner .owl-item img{
    height:100%;
    width:100%;
}

/* SVG */
#home-banner #slider-svg {
    position:absolute;
    right:0;
    top:0;
    z-index:2;
    width:100%;
    height:100%;
}
.circle1-full{
    stroke-width:150%;
    cx:100%;
    cy:50%;
    r:100%;
    stroke:#cf183e;
    fill:rgba(0,0,0,0.00);
}
.circle2-full{
    r:80%;
    cx:100%;
    cy:50%;
    fill:#cf183e;
}

