.is-gallery-panel{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 213px; 
  width: 300px;
  max-width: 100%;
  margin: 10px;
  padding: 10px;
}

.is-gallery-item{
  color: #fff;
  margin: 0;
  font-size: 38px;
}
