.gallery-container a div {
    width: 75%;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-container a h3 {
    font-family: Catamaran;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
.image-container a div {
    width: auto;
}

.textarea {
    width: auto;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }

  input[type=text]:focus {
    border: 3px solid #555;
  }