﻿

/* Product features */ 

.feat_feature_quiet {
	position: absolute; 
	right: 45px; 
	top:40px;
}

.feature_half_width {
	float:left;
}

.feat_feature_moisture {
	position: absolute; 
	right: 0px; 
	top:40px;
}

.feat_feature_purifies {
	position: absolute; 
	right: 70px; 
	top:40px;
}

.height200 {
	height: 200px;
}

/* ------------ section-intro: flex section with bleed image ------------ */

.section-intro {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding-right: 0;
}

.section-intro__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
}

.section-intro__img {
    flex: 0 0 auto;
    max-width: 45%;
    display: block;
    align-self: flex-end;
    margin-bottom: -1.5rem;
}

@media screen and (max-width: 960px) {
    .section-intro {
        flex-direction: column;
        padding-top: 3rem;
    }

    .section-intro__text {
        padding-right: 0;
    }

    .section-intro__img {
        max-width: 100%;
        margin-bottom: 0;
        align-self: center;
    }
}

/* ------------ key_wrapper  ------------ */





/* MOBILE SITE */
@media screen and (max-width: 960px) {
.mob .feat_feature_quiet {
	position: inherit; 
	right: auto; 
	top: 0px;
	bottom: 50px;
}
.mob .feat_feature_moisture {
	position: inherit; 
	right: auto; 
	top:0px;
}

.mob .feat_feature_purifies {
	position: inherit; 
	right: 0px; 
	top: 0px;
}

.mob .height200 {
	height: auto;
}

}