.how-it-works-image {
    background: url(../../assets/images/how_it_works.gif) no-repeat center;
    background-size: contain;
    display: block;
    height: 50vh;
    padding: 0px !important;
}


.how-sale-works {
	background: url(../../assets/images/how_a_sale_works.gif) no-repeat center;
    background-size: contain;
    display: block;
    height: 50vh;
    padding: 0px !important;
}


.how-physical-sale-works {
	background: url(../../assets/images/how_physical_item_sale_works.gif) no-repeat center;
    background-size: contain;
    display: block;
    height: 80vh;
    padding: 0px !important;
}

.support-statement {
	display:inline-block;
	width:60%; 
	min-width: 200px;
}



/* CSS for small screens */
@media only screen and (max-width:850px){
	
.how-it-works-image {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.support-statement {
	width:75%; 
}

}






/* CSS for v.small screens */
@media only screen and (max-width:350px){
.support-statement {
	width:90%; 
	min-width: 100px;
}
}