body.home {
	max-width: none;
}

.so-widget-sow-image img {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


.so-widget-sow-image img:hover {
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-ms-filter: brightness(50%);
	filter: brightness(50%);
}

.so-widget-sow-image a {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
}

.sow-image-container {
	margin-bottom: 22px;
}

.so-widget-sow-image a,
#content-area .content img {
  margin-bottom: 0;
}

.so-widget-sow-image a:after {
  content: attr(title);
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Karla';
  display: block;
  z-index: 110000;
  max-height: 0;
  text-align: center;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  line-height: 80px;
  pointer-events: none;
}

.so-widget-sow-image a:hover:after {
  max-height: 50%;
}