/*
* @Project SECPH
* @author  FABIANO KUERTEN <fabiano@3fk.com.br>
*/

#img-capa { width: 100%; margin: 0px;  margin-bottom: 15px; text-align: center; }
#img-capa img { width: auto; height: 250px; }
.imggrid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; grid-auto-rows: auto; justify-content: stretch; }
.imggrid div img { width: 100%; }

@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 481px) {
.imggrid { grid-template-columns: 1fr 1fr 1fr; }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1025px) {
#img-capa { margin-bottom: 0px; padding: 0px 20px 15px 0px; width: auto; float: left; }
.imggrid { grid-template-columns: 1fr 1fr 1fr 1fr; }
}