img {
	border: 0;
    width: 100%;
	display: block;
}
hr {
	border: 0;
	border-bottom: 3px solid #aaaaaa55;
	height: 3px;
}
img.rss {
    width: 16px;
    height: 16px;
}

.horizontal.scroll {
    display: flex;
    overflow: scroll;
    flex-direction: column;
    gap: 0.5rem;                 /* optional spacing */
    -webkit-overflow-scrolling: touch;
}

.horizontal.scroll.height img {
    height: 30vh !important;     
    width: auto !important;     
    display: block;
}
