.gallery h2 {
        font-size: 30px;
        line-height: 30px; 
		color:#FFF;
		padding:0 0 0 2em;
		margin:0;
      }
	  
.gallery a {
	color: #FFF;
	}
.gallery a:hover {
	font-weight:bold;
	}
	
.gallery ul {
  width: 80%;
  overflow: hidden;
  li {
    position: relative;
    cursor: pointer;
    .overlay {
      @include opacity(0.4);
      background: #000;
      display: blocK;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 8;
      
    }
    .info {
      position: relative;
      width: 100%;
      z-index: 999;
      color: #fff;
      display: block;
      text-align:center;
      padding: 30px 20px 20px;
	  
	  
      h2 {
        font-size: 30px;
        line-height: 50px; 
      }
      p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
      }
      .btn {
       line-height: 30px;
       display: inline-block;
       padding: 0 10px;
       border: 1px solid #fff;
       font-size: 14px;
       text-transform: uppercase;
       text-decoration: none;
       color: #fff;
       font-family: $base_font;
       margin-bottom: 20px;
      }
      .description {
        display: none;
      }
    }
    
    .bg-img {
      img {
        position: absolute;
        //width: 100%;
        //height: auto;
        top:0;
        min-width: 100%;
        min-height: 100%;
      }
    }
  }
}

.contattacirow		{ width:100%;text-align:center;	}
.contattacirowlink	{	color:#A55F00!IMPORTANT; font-size: 1.9em;	} 

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

.gallery h2 {
        font-size: 25px;
        line-height: 25px;
      }
}