.product-1 .main-image{
	left: 0px;
}

h1 .h1-text{
 max-width: 35vw;
}

h1{
	font-size: min(2.9vw, 65px);
    line-height: min(3.3vw, 70px);
    width: 37vw;
}

.overflow-visible{
	overflow: visible;
}

.product-1{
	margin-top: -7vw;
}

.product-1 .callout{
	left: 15%;
    right: unset;
    bottom: unset;
    top: 12%;
    min-width: 25%;
}

.product-2 .main-image img{
	right: -10%;
}

.product-2 .callout{
	bottom: unset;
    top: -9vw;
    right: 19%;
}

.product-3{
	margin-top: 0px;
}

.product-3 .callout{
	left: unset;
    right: 11%;
    top: 15%;
}

body{
	overflow-x: hidden;
}

.main-container-3{
	margin-top: -32vw;
}

.angle-bg-2{
	height: 65%;
}

.inline-bold{
	margin-top: -10vw;
}

@media screen and (min-width: 2000px){
	.product-3 .callout{
		top: 15%;
		right: 5%;
	}
}

@media screen and (min-width: 1900px){
	.product-3 .callout{
		top: 13%;
	}
}

@media screen and (max-width: 1810px){
	.product-3 .callout{
		top: 17%;
	}
}

@media screen and (max-width: 1200px){
	h1 .h1-text{
	 max-width: 100%;
	}

	h1{
	    width: 100%;
	    font-size: 50px;
        line-height: 52px;
	}
	.product-1 .main-image img{
		max-width: 100% !important;
	}
	.product-1{
		margin-top: 0px;
	}
	.product-1 .callout{
		left: 0px;
		margin: 0 30px;
	}
	.product-2 .main-image img{
		max-width: 100% !important;
		right: 0px;
		margin-top: 50px;
		margin-bottom: 20px;
		padding: 0 30px;
    	box-sizing: border-box;
	}
	.product-2 .callout{
		top: 0px;
	    right: 0px;
	    margin: 0 30px;
	}
	.main-container-3{
		margin-top: 0px;
	}
	.product-3 .callout{
    	top: 0px;
        margin: 0;
        right: 0px;
        width: unset;
	}
	.inline-main-h2 h2{
		color: white;
	}

}