.eleHeight{
	height: 100%;
	width: 100%; /* v4-sp-822: image widget ok on desktop, wont even display on ios */
}
div[data-od-pagetype="image"] .eleImage{
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

[data-od-pagetype="image"][od_plstg_image_style_cover="1"] .eleImage{
	background-size: cover;
	/* background-position: center center !important; */
}

div[data-od-pagetype="image"] .eleImage span.heading-4:empty{
	display: none;
}
div[data-od-pagetype="image"] .eleImage  span.heading-4{
    position: absolute;
	top: 0px;
	margin-top: 10px;
	line-height: 1.1;

    /* margin-left: 10px;
	padding: 5px;
    margin-right: 10px;
	background: rgba(256,256,256,0.75); */
	/* v4-SP-1132 Title has space but text wraps */
	width: 100%;
	padding: 0 10px;
}
div[data-od-pagetype="image"] .eleImage[data-gallery="photos"]:hover{
	cursor:pointer;
}
/* #od-fc-caption-position-left, #od-fc-image-style-contain, #od-fc-photos-options-none, #od-fc-photos-style-contain, #od-fc-image-options-none, #od-fc-photos-options-link */
/* below removed on V4-SP-535
#od-fc-caption-position-left,
#od-fc-image-action-none {
	float: left;
	padding-left: 0px;
} */

/*Caption position is not working with image*/
[data-od-pagetype="image"][od_plstg_image_caption_position="center"] .eleImage span.heading-4{
    /* left: 50%;
    transform: translate(-50%, 0%);
    margin-left: auto;
    margin-right: auto; */
	/* v4-SP-1132 Title has space but text wraps */
	text-align: center;
}
[data-od-pagetype="image"][od_plstg_image_caption_position="right"] .eleImage  span.heading-4{
	/* right:0; */
	/* v4-SP-1132 Title has space but text wraps */
	text-align: right;
}

/* v4-SP-822 image widget ok on desktop, wont even display on ios. */
[od-bs4-width="xs"][ua_browser_name*="chrome"] div[data-od-pagetype="image"] .od-pb-panel-body,
body[ua_browser_name="mobile safari"] div[data-od-pagetype="image"] .od-pb-panel-body > a, 
body[od-bs4-width="xs"][ua_browser_name*="chrome"] div[data-od-pagetype="image"] .od-pb-panel-body > a{
        width: 100%;
        height: 100%;
}


/* Ov-2155 Images not displaying in Safari*/
[ua_browser_name="safari"] div[data-od-pagetype="image"] .od-pb-panel-body a {
	display: flex;
	flex: 1;
	flex-direction: column;
}

/* OV-1110 Image with link not visible */
[data-od-pagetype="image"] .od-pb-panel-body > a{ width: 100%; height: 100%;}
/* v4-SP-1132 Title has space but text wraps */
[data-od-pagetype="image"] .eleImage .img-caption:not(:empty){
	display: inline-block;
	padding: 5px;
	background: rgba(255, 255, 255, 0.7);
}
