.contentcarousel
	{
		position: relative;		
		overflow: hidden;
	}
	
	.carouselinner
	{
		position: relative;		
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	
	.carouselcontent 
	{
		position: relative;
		padding-top:100%;		
		height: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.carouseloverlay
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: black;
	}