.sell-timeshare-logo-strip {
	height: 100px;
}
.sell-timeshare-logo-strip .logos {
	height: 100px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.sell-timeshare-logo-strip .logos .image img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 768px) {

}

@media (max-width: 475px) {
	.sell-timeshare-logo-strip .logos {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sell-timeshare-logo-strip .logos .image {
		width: 25%;
		padding: 10px 20px;
	}
}