.exe-text-image-block {
	position: relative;
	text-align: center;
	margin: 50px auto;
}

.exe-text-block-background-image {
	width: 100%;
	height: auto;
}

.exe-text-block-html-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 1;
	padding: 0 10px;
}

.exe-text-block-button-image {
	display: block;
	margin: 20px auto 0;
	max-width: 80%;
	height: auto;
	z-index: 1;
}

.exe-text-block-html-content p {
  font-size: 1.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
	.exe-text-block-html-content {
		width: 100%;
	}

  .exe-text-block-html-content p {
		font-size: 15px;
  }
}