/*tags list view*/

.story .row {
	width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
	margin-bottom: 30px;
}

.story .row figure {
	box-sizing: border-box;
	margin-bottom: 15px;
}

.story .row .caption {
	box-sizing: border-box;

}

.story .row figure img {
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.story .row {
		display: flex;
	}
	.story .row figure {
		width: 25%;
		margin-bottom: 0;
	}
	.story .row .caption.image-caption {
		width: 75%;
		padding-left: 30px;
	}
}

/*journal details tag*/

.tags a.btn-tag {
	padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .2rem;
    margin-right: 5px;
	margin-bottom: 5px;
    color: #fff;
    background-color: #36bbe7;
    opacity: 1;
}
.tags a.btn-tag:hover {
	opacity: .7;
}
.tags .title-tag {
	padding: 4px 0;
}