.block-background{
    position:absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.block-media{
    position: absolute;
    width: 100%;
    height: 100%;
}
.block-background img, .block-background iframe , .block-media iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-media img, .block-media iframe{
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}
.block-text{
    z-index: 1;
}
.block-section{
    /* color: #6C2776; */
    min-height: 500px;
    width: 100%;
    
}
.block-section.auto-height{
    min-height: auto;
}
.auto-height{
    height: auto;
}
.block-section>.container{
    margin-left: auto;
    margin-right: auto;
}
.block-section>.container::after,.block-section>.container::before{
    display:none;
}
.block-section .block-content{
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0; 
    background: transparent;
    /* min-height: 500px; */
}

.parallax-section{
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    /* color: #6C2776; */
    /* color: #FFF; */
    /* text-shadow: 0 0 5px rgba(0,0,0,0.5); */
}
.parallax-section>.container{
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax-section.img-left{
    background-position: left;
}
.parallax-section.img-right{
    background-position: right;
}
.parallax-section.img-center{
    background-position: center;
}
.parallax-section .text-x-left{
    justify-content: flex-start;
}
.parallax-section .text-x-right{
    justify-content: flex-end;
}
.parallax-section .text-x-center{
    justify-content: center;
}
.parallax-section .text-y-top{
    align-items: flex-start;
}
.parallax-section .text-y-bottom{
    align-items: flex-end;
}
.parallax-section .text-y-center{
    align-items: center;
}


.block-subtitle{
    font-size: 1.4rem;
}
.block-title{
    font-weight: bold;
    font-size: 2rem;
    margin: 15px 0 25px;
}
.block-description{
    /* margin-bottom: 4rem; */
    font-size: calc(13px + (22 - 13) * ((100vw - 300px) / (1600 - 300)));
    /* font-size: 1.3rem; */
    overflow: hidden;
}

.parallax-subtitle{
    font-size: 1.75rem;
    /* text-transform: uppercase; */
}
.parallax-title{
    font-weight: bold;
    font-size: 5rem;
    margin: 15px 0 25px;
    /* text-transform: uppercase; */
}
.parallax-description{
    max-width: 576px;
    /* margin-bottom: 4rem; */
}
.parallax-btn, .block-btn{
    cursor: pointer;
    min-width: 120px;
    padding: 1rem 1.5rem;
    /* border: 2px solid #FFF; */
    /* background-color: #6C2776; */
    font-weight: 600;
    /* color: #FFF; */
    /* text-transform: uppercase; */
    flex-grow: 0;
    flex-shrink: 0;
    text-align:center;
}
.parallax-btn:hover, .block-btn:hover,
.parallax-btn:focus, .block-btn:focus{
    /* color: #FFF; */
    text-decoration: none;
}

