.parralax_section .section-content.relative .row {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    top: 0;
	height:100%
}

.parralax_section .col {
    padding: 0;
}


.parralax_section {
    padding: 0 !important;

}

.parralax-cover .parralax-zoomin {

    transform: scale(1.2);
}

.parralax_section_title .col {
    padding: 0;
}

.parralax-cover .moving-scroll-effect {
    transform: translateZ(-1px) scale(1.1);
}

.parralax-cover .fade_in_effect {
    opacity: 0.3;
}

.parralax-cover .bgimg {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 90vh; */
}

.parralax-cover .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.parralax-cover .caption span.border {
    /*background-color: #111111ab;*/
    /*color: #fff;*/
    padding: 18px;
    /*font-size: 25px;*/
    letter-spacing: 10px;
}

.parralax-cover h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

.parralax-cover {
    overflow: hidden;
    /*background-color: black;*/
}

.parralax-cover .parrlax-content {
    padding: 20px 10px !important;
}


@media only screen and (max-width: 1024px) {
    /*.parralax-cover .bgimg {*/
    /*    min-height: 70vh;*/
    /*}*/

    .parralax_section .col {
        flex-basis: 80% !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .parralax-cover .caption span.border {

        padding: 4px;
        font-size: 20px !important;
        display: inline-block;
    }


}

/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {*/
/*    .bgimg-1, .bgimg-2, .bgimg-3 {*/
/*        background-attachment: scroll;*/
/*    }*/
/*}*/