.cc-block--image-bottom {
	background-position: center bottom;
    height: 97vw;
    background-size: cover;
    background-repeat: no-repeat;
}	


@media screen and (min-width: 769px) {
	.cc-block--image-bottom {
		height: 700px;
		overflow: hidden;
		background-color: #09090b;
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-attachment: fixed;
	    background-position: top left;
	}
}