/*
 Theme Name: Elements Footer Addon
 Author: Pitched Applications Ltd
 Author URI: https://www.pitched.co.uk
 Template: elements
 Version: 1.0
*/
footer.mt-5 {
    margin-top:0 !important;
}
.footer-cta-image img {
	max-height:200px;
	width:auto;
}
@media only screen and (min-width: 768px) {
	.footer-cta-image img {
		max-height:350px;
	}
}
