.component-image{
	overflow:hidden;
	position:relative;}
	
.component-image img{
	max-width:100%;
	object-fit: contain;
	width:100%;}
	
.component-image .narrow-image img{border-radius:30px;}
.component-image picture{position:relative;}

.component-image .video-overlay{
	background-color:rgba(0,0,0,0.4);
	display:block;
	height:100%;
	position:absolute;
	width:100%;
	z-index:2;}
.component-image .video-play-button{
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%, -50%);
	width:99px;
	z-index:4;}
	

.component-image .nature-ribbon{
	display:block;
	position:absolute;
	width:100%;
	z-index:2;}

.component-image .nature-ribbon-bottom{bottom:-2px;}
.component-image .nature-ribbon-top{
	top: -2px;
    transform: rotate(180deg);}	