.image-button-2 {
	width:100%;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:0;
	padding:0;
}
.image-button-2 h3 {
	border:3px solid var(--primary-colour);
	display:flex;
	align-items: center;
	justify-content:center;
	position:relative;
	z-index:1;
	padding:40px;
	color:#fff;
	text-align:center;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	aspect-ratio: 1 / 1;
	margin:0;
}
.image-button-2 span.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.image-button-2:hover span.overlay {
	background-color:rgba(0,0,0,0.7);
}
.elementor-widget-image-button-2 {
	aspect-ratio: 1 / 1;
}
@media screen and (max-width:450px) {
	.image-button-2 h3 { font-size:20px;}
}
@media screen and (min-width:450px) and (max-width:768px) {
	.image-button-2 h3 { font-size:22px;}
}