.paragraph--type--photo-link-block {
  margin-bottom: 30px;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  background-size: cover; }

.paragraph--type--photo-link-block:hover {
  -webkit-filter: none;
  filter: none; }

.paragraph--type--photo-link-block .paragraph--type-photo-link-block__content {
  display: table;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background-color: rgba(253, 227, 54, 0);
  transition: .4s all ease; }

.paragraph--type--photo-link-block .paragraph--type-photo-link-block__content:hover {
  background-color: rgba(17, 171, 243, 0.575); }

.paragraph--type--photo-link-block .field--name-field-paragraph-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.2;
  min-height: 340px;
  padding: 25px;
  border-bottom: 0;
  text-align: center;
  font-weight: 600; }

@media only screen and (max-width: 640px) {
  .paragraph--type--photo-link-block .field--name-field-paragraph-title {
    font-size: 17px;
    min-height: 200px; } }

/*# sourceMappingURL=maps/photo_link_block.css.map */
