.container .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.container .gallery a.big img {
  width: 40%;
}

.align-center {
  text-align: center;
}



.bollettino-card {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.bollettino-card .fa {
  position: relative;
  font-size: 20px;
}

.bollettino-card-content {
    padding: 20px 24px;
    color:#000000;
    padding-bottom: 0.75rem;
    position: relative;
    text-align: center;
}

.bollettino-card-content a {
    color: #f05f40!important;
}

.bollettino-card-topimage_header {
  padding: 20px;
}

a.bollettino-card:hover,
.bollettino-card-topimage:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.bollettino-card-topimage a {
  width: 100%;
  height: 100%;
  display: block;
}

.bollettino-card-topimage_title {
  padding: 20px 24px;
  height: 80px;
  padding-bottom: 0.75rem;
  position: relative;
}

.bollettino-card-topimage a {
  border-bottom: none;
  text-decoration: none;
  color: #525c65;
  transition: color 0.3s ease;
}
