#home-slider.slider {
    margin-top: 55px;
}

#home-slider.slider,
#home-slider .slider-item,
#home-slider .slider-nav,
#home-slider .slider-nav a span:first-child,
#home-slider .slider-nav > a,
#home-slider .slider-item > .row > *:last-child.left-image,
#home-slider .slider-item > .row > *:first-child.right-image {
    height: calc(100vh - 55px);
}

#home-slider .slider-item {
    overflow: hidden;
}

#home-slider .slider-item > .row > *:first-child.left-image,
#home-slider .slider-item > .row > *:last-child.right-image {
    background-position: center;
    background-size: cover;
}

#home-slider .slider-item > .row > *:last-child.left-image,
#home-slider .slider-item > .row > *:first-child.right-image {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

#home-slider .slider-item > .row > *:last-child.left-image .skew-bar,
#home-slider .slider-item > .row > *:first-child.right-image .skew-bar {
    position: absolute;
    top: -5vh;
    left: -10vh;
    bottom: -5vh;
    width: 15vh;
    transform: rotateZ(4.5deg);
    background-color: #072c48;
    z-index: -1;
}

#home-slider .slider-item > .row > *:first-child.right-image .skew-bar {
    left: auto;
    right: -10vh;
    transform: rotateZ(-4.5deg);
}

#home-slider .slider-item h2 {
    opacity: 0.9;
    margin-bottom: 0px;
}

#home-slider .slider-item p {
    opacity: 0.7;
}

#home-slider .slider-item .v-align-middle {
    max-width: 90%;
}


@media (max-width: 767px) {
    #home-slider .slider-item > .row > *:first-child.left-image,
    #home-slider .slider-item > .row > *:last-child.right-image {
        height: calc(70vh - 55px);
    }
    #home-slider .slider-item > .row > *:last-child.left-image,
    #home-slider .slider-item > .row > *:first-child.right-image {
        height: 30vh;
    }

    #home-slider .slider-item > .row > *:last-child.left-image .skew-bar,
    #home-slider .slider-item > .row > *:first-child.right-image .skew-bar {
        position: absolute;
        top: -5vh;
        left: -5vh;
        bottom: auto;
        right: -5vh;
        width: auto;
        height: 10vh;
        transform: rotateZ(-3deg);
        /*background-color: #296f45;*/
        z-index: -1;
    }
    
    #home-slider .slider-item > .row > *:first-child.right-image .skew-bar {
        transform: rotateZ(3deg);
    }
}