<style>
	.homeimgs{width:100%;}
        .img1 {width:50%; float: left; display:block;}
        .img2 {width:50%; float: right; display:block;}

    @media screen and (max-width: 768px) {
        
        .img1 {width:100% !important; clear:both; padding-bottom:20px;}
        .img2 {width:100% !important; clear:both;}
    }
</style>