

.editorial-gallery {
 height: 100%; 
}

.two-large-col {
 display: flex; 
 justify-content: space-around;
 width: 90%;
 margin: auto;
}

.four-short-imgs {
 display: flex;
 justify-content: space-around;
  width: 90%;
  margin:auto;
}

.two-short-imgs {
  display: flex;
 justify-content: space-around;
  margin:auto;
   width: 90%;
}


.text-container {
 margin-top: 1.25rem; 
 font-size: 12px; 
}

.h3date {
  margin-bottom: 3px;
  font-size: 9px;
}

/*two large images */
.img-text-container {
  width: 48%;
}

.large-img-div {
  margin-top: 20px;
}

.large-img-div-img {
	 min-height: 30vh;
}

.large-img-text {
	display: flex;
  	flex-direction: column;
}

/*four row images*/
.img-text-container-four {
 width: 23%; 
}

.four-short-div {
 margin-top: 20px;
}

.four-short-div-img {
 height: 100%;
 width: 100%;
}

/*two short images*/
.img-text-two-short {
 width: 48%;
}

.two-short-div {
 margin-top: 20px;
}

.two-short-div-img {
height: 100%;
 width: 100%;
}

/*jumbo image*/
.jumbo-img-container {
 width: 75%;
  margin: auto;
}

.jumbo-text {
  width: 100%;
}
  

@media (max-width: 696px) {
 .text-container {
 margin-top: 1rem; 
  font-size: 8px;
}
  .h3date {
  margin-bottom: 3px;
  font-size: 6px;
}

  
  