img.img100 { width: 100%; max-width: 100%; }
img.img50 { width: 50%; max-width: 50%; }
img.img33 { width: 33%; max-width: 33%; }
.blog-container p, li { }
.blog-container h4 { z-index: 2; position: relative; display: inline-block; padding-right: 16px; }
.blog-container i { color: #ff7b00; }
.breadcrumb ul { list-style: none;
padding: 0;
margin: 0; }

.breadcrumb { 
background: transparent;
border-radius: 0;
padding-top: 0;
padding-bottom: 0;
margin: 0;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
	font-size: 14px;
}

.justify-content-md-end {
	justify-content: flex-end !important;
}
.breadcrumb ul > li::after {
	content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
padding: 0 11px 0 14px;
display: inline-block;
vertical-align: middle;
font-size: 5px;
opacity: .6;
}

.breadcrumb ul > li.last::after {
	content: "";
}

.breadcrumb ul li {
	display: inline-block;
line-height: normal;
}

.blogfeatureImage { display: block; width: 100%; height: 100%; object-fit: cover; } 


@media screen and (max-width:500px) {
	img.img33 { width: 100%; max-width: 100%; }
	img.img50 { width: 100%; max-width: 100%; }
}