.recent-posts-div {
  border-radius: 20px;
  background: #EEEEEE;
  overflow: hidden;
  padding: 10px;
  width: 400px;
  height: 200px;
}

.recent-posts-div-padding {
  float: left;
  padding: 10px;
}


.recent-posts-div a {
	  color: #333333;
}

.lightbox-gallery-wrapper {
  display: inline-block;
  width:100%

}

.lightbox-gallery-container {
  width: fit-content;
  margin: auto;
}

.lightbox-gallery-div {

}

.lightbox-gallery-div-padding {
 float: left;
 padding: 10px;

}