/*== == FOLD1 == ==*/

.fold1-container {
    display: flex;
}

.fold1-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(2.5px);
}

.fold1-content {
    flex: 0 0 45%;
    padding: 100px 0px;
    padding-top: 250px;
    color: white;
}

.fold1-content p {
    line-height: 32px;
}

.fold1-content a.readmore {
    margin-top: 20px;
}

.fold1-img {
    position: absolute;
    right: 0px;
    height: 80%;
    width: 45%;
    transform: translatey(5%);
    bottom: 0px;
    box-shadow: 0px 0px 15px 3px;
}

.fold1 {
    position: relative;
    background: black;
	z-index: 1;
}

.fold1-img img {
    height: 100%;
    object-fit: cover;
    min-width: 1000px;
    object-fit: unset;
}

.fold1-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    opacity: 0.25;
    pointer-events: none;
    top: 0px;
    left: 0px;
}

/*BACKGROUND CONTAINERS*/



	/*BACKGROUND CONTAINERS END*/

	/*== == FOLD1 END == ==*/

/*== == FOLD2 == ==*/

.fold2-container {
    display: flex;
    justify-content: flex-end;
}

.fold2 {
    position: relative;
}

.fold2-content {
    flex: 0 0 45%;
    padding: 150px 0px;
}

.fold2-img {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
}

.fold2-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fold2-img.cover img {
    object-fit: cover;
}

.fold2-content p {
    line-height: 32px;
}

.fold2-content a.readmore {
    margin-top: 20px;
}

.fold2-img.left img {
    object-position: left;
}

	/*== == FOLD2 END == ==*/

/*== EBOOK ==*/
	
	div#ebook-fold {
    	background: #F5F5F5;
	}

	/*== EBOOK END ==*/


/*== == INSULATED == ==*/

.insulated .fold1-img img {
    min-width: 900px;
    object-fit: unset;
}
@media (max-width: 980px) {
	
.insulated .fold1-img img {
    min-width: auto;
}	
	
}

	/*== == INSULATED END == ==*/