.image-buttons {
	padding: 75px 0 60px;
}

.image-buttons-heading {
	text-align: center;
	padding-bottom: 13px;
}

.image-button {
	height: 300px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	box-shadow: 0 3px 7px rgba(37, 37, 37, 0.15);
	max-width: 360px;
	margin: 10px auto;
	border: none;
}

.image-button-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.image-button-link:hover,
.image-button-link:focus {
	border: none;
}

.image-button img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	object-fit: cover;
}

.image-button__hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.image-button__hidden svg {
	position: absolute;
	top: -30px;
	left: -20%;
	width: 140%;
}

.image-button__hidden a {
	position: relative;
	z-index: 2;
}

.image-button__title {
	padding: 6px 0 22px;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	color: #252525;
	position: relative;
	z-index: 1;
}

.image-button__description,
.image-button__cta {
	display: none;
}

.image-button__hidden .mt-logo-icon {
	position: absolute;
	z-index: 99;
	bottom: -20px;
	font-size: 68px;
	left: 50%;
	margin-left: 112px;
	opacity: 0.1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.image-button__hidden .mt-logo-icon .path3:before {
	color: #2B292A;
}

.image-button__hidden .mt-logo-icon .path1:before {
	color: #CE373D;
}

.image-buttons-btns {
	display: block;
	text-align: center;
	margin-top: 17px;
}

.image-buttons .row {
	justify-content: center;
}

.products-custom-img-btns .image-button-link {
    display: none;
}

.products-custom-img-btns .image-button__hover {
    display: none !important;
}

.products-custom-img-btns .image-button {
    height: 180px;
}

@media (min-width: 600px) {
	.image-buttons {
		padding: 100px 0 75px;
	}

	.image-button {
		height: 350px;
		border-radius: 15px;
		margin-bottom: 31px;
	}

	.image-button__hidden .mt-logo-icon {
		bottom: -20px;
		left: unset;
		margin-left: 0;
		right: -24px;
		opacity: 0.35;
		-webkit-transform: unset;
		transform: unset;
	}

	.image-button__title {
		padding: 6px 0 29px;
		font-size: 25px;
		min-height: 70px;
	}

	.image-button__title--small {
		padding: 0 0 15px;
		font-size: 20px;
		min-height: 70px;
	}

	.image-button img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.image-buttons-heading {
		padding-bottom: 18px;
	}
}

@media (min-width: 1200px) {
	.image-buttons {
		padding: 115px 0 15px;
	}

	.image-buttons--inner {
		padding-bottom: 100px;
	}

	.image-button__title {
		padding: 14px 0 25px;
		font-size: 32px;
		transition: all 0.5s ease-in-out;
	}

	.image-button__title--small {
		padding-top: 0;
		font-size: 24px;
	}

	.image-button__hidden svg {
		top: -30px;
		/* transition: all 0.5s ease-in-out; */
		transition: opacity 0.2s;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.image-button {
		height: 416px;
		margin-bottom: 35px;
	}

	.image-buttons-heading {
		padding-bottom: 50px;
	}

	.image-buttons-heading p {
		padding-bottom: 35px;
		max-width: 844px;
		margin: 0 auto;
	}

	.image-button__hidden .mt-logo-icon {
		font-size: 90px;
		bottom: -26px;
	}

	.image-button__description,
	.image-button__cta {
		display: block;
	}

	.image-button__hover {
		padding: 0 10px 0;
		height: 87px;
		text-align: center;
		transition: all 0.2s ease-in-out;
	}

	.image-button__description {
		opacity: 0;
		max-height: 0;
		transition: all 0.2s ease-in-out;
		font-weight: 400;
		color: #F5F5F5;
		font-size: 18px;
		text-align: center;
	}

	.image-button__cta {
		margin: 15px auto 0;
	}

	.image-button.is-active .image-button__hover,
	.image-button:hover .image-button__hover {
		height: 100%;
		background: rgb(43, 41, 42);
		background: linear-gradient(180deg, rgba(43, 41, 42, 0.60) 0%, rgba(43, 41, 42, 1) 81%, rgba(43, 41, 42, 1) 100%);
	}

	.image-button.is-active .image-button__title,
	.image-button:hover .image-button__title {
		font-size: 22px;
		color: #fff;
		padding-top: 0;
		padding: 42px 0 12px;
		transition: all 0.5s ease-in-out;
	}

	.image-button.is-active .image-button__cta,
	.image-button:hover .image-button__cta {
		height: auto;
		opacity: 1;
		transition: all 0.25s ease-in-out;
	}

	.image-button.is-active .image-button__description,
	.image-button:hover .image-button__description {
		max-height: unset;
		opacity: 1;
		display: inline-block;
		transition: all 0.2s ease-in-out;
	}

	.image-button.is-active .image-button__hidden .mt-logo-icon,
	.image-button:hover .image-button__hidden .mt-logo-icon {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.image-button.is-active .image-button__hidden svg,
	.image-button:hover .image-button__hidden svg {
		opacity: 0;
		/* transition: all 0.2s ease-in-out; */
		/* width: 0; */
	}

	.products-custom-img-btns .image-buttons--inner {
        padding-bottom: 20px;
    }

	.products-custom-img-btns .image-button {
		height: 200px;
	}
}