.btg-image-info-wrapper,
.btg-image-info-wrapper .btg-image-info,
.btg-image-info-wrapper .btg-brand-carousel-item {
	height: 100%;
}

.btg-image-info-wrapper .btg-brand-carousel-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	background: #FBFAF6;
	height: 100%;
}

.btg-image-info-wrapper .thumbnail {
	position: relative;
	height: 0;
	padding-top: 60%;
	margin-bottom: 0px;
}

.btg-image-info-wrapper .thumbnail > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.btg-image-info-wrapper .title {
	margin-bottom: 16px;
	line-height: 1em;
	font-family: "Libre Caslon Text", Sans-serif;
	letter-spacing: 0em;
	color: #4B4B4B;
	min-height: 80px;
}

.btg-image-info-wrapper .btg-brand-carousel-thumbnail {
	flex-grow: 0;
}


.btg-image-info-wrapper .btg-brand-carousel-info {
	padding: 32px;
	background: #FBFAF6;
	flex-grow: 1;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.btg-image-info-wrapper .btg-brand-carousel-info-row {
	display: flex;
	width: 100%;
}

.btg-image-info-wrapper .btg-brand-carousel-info-left {
	flex-grow: 1;
	flex-basis: 100%;
}

.btg-image-info-wrapper .btg-button-link {
	padding: 12px 16px;
	display: inline-block;
	border: 1px solid #4B4B4B;
	-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btg-image-info-wrapper .btg-button-link:hover {
	background: #938157;
	border: 1px solid #938157;
}

.btg-image-info-wrapper .btg-button {
	display: flex;
	justify-content: center;
	align-items: center;

}

.btg-image-info-wrapper .btg-button-icon {
	margin-left: 16px;
	font-size: 32px;
    line-height: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    flex-grow: 0;
    order: 15;
}

.btg-image-info-wrapper .btg-button-icon path {
	fill: #4B4B4B;
}

.btg-image-info-wrapper .btg-button-text {
	flex-grow: 1;
    order: 10;
    display: inline-block;
    letter-spacing: 0.1em;
        z-index: 2;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #4B4B4B;
    text-align: center;
    min-width: 120px;
}

.btg-image-info-wrapper .btg-button-link:hover .btg-button-icon {
	margin-left: 32px;
}

.btg-image-info-wrapper .btg-button-link:hover .btg-button-icon path {
	fill: #ffffff;
}

.btg-image-info-wrapper .btg-button-link:hover .btg-button-text {
	color: #ffffff;
}

@media (max-width: 1024px) {

	.btg-image-info-wrapper .title {
		font-size: 32px;
	}

}
@media (max-width: 767px) {

	.btg-image-info-wrapper .btg-brand-carousel-content {
		max-width: 420px;
	}


	.btg-image-info-wrapper .title {
		font-size: 24px;
	}


	.btg-image-info-wrapper .btg-brand-carousel-info {
		padding: 24px;
	}

}