.fade-container--in {
    opacity: 1;
    transition-delay: .51s;
}
.fade-container {
    transition: opacity .5s;
    position: relative;
    z-index: 1;
}    

.parallax-bg .container {
    z-index: 2;
    position: relative;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quote {
    width: 180px;
    margin: auto;
    height: auto;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0), rgba(144, 185, 223, .6));
    padding: 5.5rem;
    position: relative;
}
.textblock {
    width: 100%;
}
.style {
    color: #505050;
    font-family: roboto;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 3px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
}
.fade-in-image {
    animation: fadeIn 8s;
    -webkit-animation: fadeIn 8s;
    -moz-animation: fadeIn 8s;
    -o-animation: fadeIn 8s;
    -ms-animation: fadeIn 8s;
}
.quote img {
    width: 180px;
    position: absolute;
    top: 12%;
    right: -20%;
    box-shadow: -5px 5px 20px rgba(37, 37, 37, 0.3);
}
img {
    object-fit: cover;
    object-position: 10%;
    width: var(--img-width);
    height: var(--img-height);
    animation: rightToLeft 3s;
}
.rounded {
    border-radius: .25rem !important;
}
.container {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.full-cta {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    padding: 1rem 0;
    width: 100%;
}

 @media (max-width: 768px) {
 	.page-header.page-header--imagebg .page-header--caption_title {
 		font-size: 2.75rem;
 	}
 }
 
