/* IMAGE ONLY  */
.naf-carousel-wrapper.image-only .thumbnail {
	position: relative;
	height: 0;
	padding-top: 56%;
}

.naf-carousel-wrapper.image-only .thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* IMAGE TOP  */
.naf-carousel-wrapper.image-top .naf-carousel-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.naf-carousel-wrapper.image-top .thumbnail {
	position: relative;
	height: 0;
	padding-top: 78%;
	margin-bottom: 8px;
}

.naf-carousel-wrapper.image-top .thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.naf-carousel-wrapper.image-top h5.title {
	padding: 8px 32px 8px 32px;
	margin-bottom: 0;
	font-family: "acumin-pro-wide", Sans-serif;
	font-weight: 900;
    text-transform: uppercase;
}

.naf-carousel-wrapper.image-top h6.subtitle {
	padding: 8px 32px;
	font-family: "neue-haas-grotesk-display", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.naf-carousel-wrapper.image-top .naf-carousel-info {
	padding: 0px 32px 24px 32px;
	background: #ffffff;
}

.naf-carousel-wrapper.image-top .naf-button-wrapper {
	padding: 8px 0px;
}

.naf-carousel-wrapper.image-top .naf-button-wrapper .naf-button {
	display: inline-flex;
}

@media (max-width: 1024px) {

}
@media (max-width: 767px) {

	.naf-carousel-wrapper.image-top .naf-carousel-content {
		max-width: 420px;
	}

	.naf-carousel-wrapper.image-top .thumbnail {
		margin-bottom: 6;
	}

	.naf-carousel-wrapper.image-top h5.title {
		padding: 6px 24px 6px 24px;
	}

	.naf-carousel-wrapper.image-top h6.subtitle {
		padding: 6px 24px;
	}

	.naf-carousel-wrapper.image-top .naf-carousel-info {
		padding: 0px 24px 18px 24px;
	}

	.naf-carousel-wrapper.image-top .naf-button-wrapper {
		padding: 6px 0px;
	}
}

/* IMAGE LEFT  */
.naf-carousel-wrapper.image-left .naf-carousel-content {
	display: flex;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	min-height: 303px;
}

.naf-carousel-wrapper.image-left .naf-carousel-thumbnail,
.naf-carousel-wrapper.image-left .naf-carousel-info {
	flex-basis: 50%;
	position: relative;
}

.naf-carousel-wrapper.image-left .thumbnail .masking-horizontal {
	display: none;
}

.naf-carousel-wrapper.image-left .thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.naf-carousel-wrapper.image-left .naf-carousel-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #ffffff;
}

.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc {
	flex-direction: column;
	align-items: flex-start;
}

.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-top {
	height: 50%;
	width: 100%;
	flex-grow: 0;
	padding: 32px 24px 4px 24px;
	display: flex;
	align-items: flex-end;
}
.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-bottom {
	height: 50%;
	width: 100%;
    flex-grow: 0;
    padding: 4px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.naf-carousel-wrapper.image-left .naf-carousel-info h5.title {	
	margin-bottom: 0;
	font-family: "acumin-pro-wide", Sans-serif;
	font-weight: 900;
    text-transform: uppercase;
}

.naf-carousel-wrapper.image-left .naf-carousel-info.title-only h5.title {
	padding: 32px 24px;
}

.naf-carousel-wrapper.image-left .naf-carousel-info h6.subtitle {
	font-family: "neue-haas-grotesk-display", Sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
	.naf-carousel-wrapper.image-left .naf-carousel-content {
		display: flex;
    	flex-direction: column;
    	min-height: unset;
	}

	.naf-carousel-wrapper.image-left .naf-carousel-thumbnail,
	.naf-carousel-wrapper.image-left .naf-carousel-info {
		flex-basis: 100%;
	}

	.naf-carousel-wrapper.image-left .thumbnail .masking-vertical {
		display: none;
	}

	.naf-carousel-wrapper.image-left .thumbnail .masking-horizontal {
		display: flex;
	}

	.naf-carousel-wrapper.image-left .thumbnail {
		position: relative;
		height: 0;
		padding-top: 78%;
	}

	.naf-carousel-wrapper.image-left .naf-carousel-info {
		justify-content: center;
	}

	.naf-carousel-wrapper.image-left .naf-carousel-info.title-only h5.title {
		padding: 16px 32px 32px 32px;
	}

	.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-top,
	.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-bottom {
		height: auto;
	}

	.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-bottom {
		flex-grow: 1;
	}

}
@media (max-width: 767px) {
	.naf-carousel-wrapper.image-left .naf-carousel-info.title-only h5.title {
		padding: 16px 24px 24px 24px;
	}

	.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-top {
		padding: 16px 24px 4px 24px;	
	}

	.naf-carousel-wrapper.image-left .naf-carousel-info.title-subtitle-desc .info-bottom {
		padding: 4px 24px 24px 24px;	
	}
}