
@media only screen and (max-width: 180px){

	#ad {
	  font-size: 3vw;
	}
	.bg, .f1-bg, .f2-bg, .f3-bg, .f4-bg, .f5-bg, .f7-bg {
	    height: 101%;
	    width: 100%;
	    object-fit: cover;
	    object-position: 0% 50%;
	}
	.pro-f2 {
	    bottom: -33%;
	}

	.pro-f4 {
	    bottom: -32%;
	}

	.pro-f5 {
	    bottom: 11%;
	}

	.title6-1 {
	    top: 5.5%;
	    font-size: 2.2em;
	}

	.textCon7 {
	    top: 16%;
	}

	.cta {
    	bottom: -52%;
	}

	.funding-box {
    	bottom: 7%;
	}

}

@media only screen and (min-width: 320px){

	#ad {
	  font-size: 2.5vw;
	}

	.bg, .f1-bg, .f2-bg, .f3-bg, .f4-bg, .f5-bg, .f7-bg {
	    height: 101%;
	    width: 100%;
	    object-fit: cover;
	    object-position: 0% 50%;
	}

	.pro-f7 {
	    bottom: 22%;
	}

	.pro-f2 {
	    bottom: -28%;
	}

	.pro-f4 {
	    bottom: -24%;
	}

	.pro-f5 {
	    bottom: 18%;
	}

}


