/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2019 | 07:31:17 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.sow-image-grid-wrapper{
	max-width: 100% !important;
}
.imagen-wrapper{
	width: 353.3333px
	height: 353.3333px
	display: flex;
	justify-content: center;
	align-items: center;
}

.container {
  position: relative;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 98%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 68, 105, 0.7);
}

.container:hover .overlay {
  opacity: 1;
}

/* Centered text */
.centered {
  	width: 100%;
  	font-size: 1.3em;
  	color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}