div#category-mea {
	display: flex;
	margin: 0;
	width: 100%;
	display: none;
}

.mea-item-1 {
	width: 100%;
}

.mea-item-2 {
	width: 50%;
}

.mea-item-3 {
	width: 33.33%;
}

.mea-content {
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 80%;
	margin: 0;
    border: #f7b110 solid 1px;
}

.mea-block-left, 
.mea-block-right {
	position: absolute;
	width:100%;
}

.mea-block-right {
	right:0rem;
	top: 1rem;
	text-align: right;
	padding: 0 1rem;
}

.mea-block-left {
	left:1.4rem;
	bottom: 1rem;
}

.mea-text {
	font-size:1.5rem;
	color: #f7b110;
	line-height: 120%;
	font-weight: 500;
}

.mea-text-mobile {
	display: block;
	text-align: center;
}

.mea-text-desktop {
	display: none;
}

.mea-text-orange, 
.mea-text-w-bg {
	display: block;
	font-size: 1.7rem !important;
	line-height:120%;
}

.mea-text-w-bg {
	padding: 4px;
	color: #ffffff;
	background-color: #f7b110;
	padding: 3px 15px;
	display: inline-block !important;
}

a.mea-button {
	display: inline-block;
	background-color: rgba(247,177,16,1);
	color: #fff;
	margin-top: 1rem;
	padding: 15px 30px;
	border-radius: 20px;
	font-size: 13px !important;
	text-transform: uppercase;
	width: fit-content;
	height: auto;
	line-height: 10px !important;
}

a.mea-button:hover {
	background-color: rgba(247,177,16,0.8);
}

.mea-block-right a.slide-button {
	position: relative;
    overflow: hidden;
    display: block;
    z-index: 9;
	line-height: 10px !important;
    font-size: 13px !important;
    padding: 5px 10px;
    margin-top: 26% !important;
    margin: 30px;
    height: auto;
}

.mea-block-right a.slide-button:before {
	position: absolute;
    top: 0;
    left: 50%;
    width: 20%;
    z-index: 1;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,.15);
    content: '';
    transform: translateX(-50%);
}

@media (min-width: 992px) {
	
	.mea-content {
		margin: 1rem;
		height: 300px;
	}
	
	.mea-block-right {
		width: 30%;
		right:1.4rem;
		top: 1rem;
		text-align: center;
		padding: 0;
	}
	
	.mea-block-left {
		width:100%;
	}
	
	.mea-text-desktop {
		display: block;
	}

	.mea-text-mobile {
		display: none;
	}
	
	.mea-text {
		font-size:1.4rem;
		line-height: 130%;
	}
	
	.mea-text-orange {
		font-size: 2.4rem !important;
	}
	
	.mea-text-w-bg {
		font-size: 3.4rem !important;
	}
	
	a.mea-button {
		margin-top: 1rem;
	}
}