.archiveEntries div article .entry-content>a img {
    display: block !important;
	margin: 0 15px 15px 0 !important;
	overflow: hidden;
}


.entDots {
  display: none;
}

.entryReadAll>.entryReadAllLink {
  display: inline-block;
  /*width: 15rem;
  height: 1.8rem;
  overflow: hidden; */
  font-size: 1.6rem;
  margin-top: 2rem;
}

.entry-content {
	margin: 1.5rem 0 15px 0;
}


/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media screen and (max-width: 768px) {
.archiveEntries div article .entry-content>a img {
  width: 100%;
  margin-right: 0 !important;
}
	
	
	
	
}