.box {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px 10px;
}

.box img {
	width: 100%;
	height: auto;
}

.img-thumbnail {
    background: transparent;
    border: none;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}