/* line 1, ../sass/demo.scss */
/* html, body {
  font-family: 'Slabo 27px', serif;
  padding: 0;
  margin: 0;
  background: #ffffff;
} */

/* line 8, ../sass/demo.scss */
* {
    box-sizing: border-box;
  }
  
  /* line 12, ../sass/demo.scss */
  /* a {
    color: #4ab19a;
  } */
  
  /* line 16, ../sass/demo.scss */
  .clear {
    clear: both;
    float: none;
    width: 100%;
  }
  
  /* line 22, ../sass/demo.scss */
  /* .container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  } */
  /* line 32, ../sass/demo.scss */
  .gallery a img {
    float: left;
    width: 25%;
    height: auto;
    padding: 10px;
    /* border: 10px solid #fff; */
    border-radius: 15px !important;
    -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;
    
    
  
    @media screen and (max-width: 480px) {
      width: 100%;
      /* border-radius: 20px; */
      /* border: 5px solid #fff; */
      margin-bottom: 20px;
  }
  }
  .three div{
    border-radius: 7px;
  }
  
  .gallery .three a img {
    float: left;
    width: 100%;
    /* height: 200px; */
    /* padding: 10px !important; */
    /* border: 10px solid #fff; */
    border-radius: 1px !important;
    -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 .5s ease;
    position: relative;
    
    
  
    @media screen and (max-width: 480px) {
      width: 100%;
      /* border-radius: 20px; */
      /* border: 5px solid #fff; */
      margin-bottom: 20px;
  }
  }
  

  
  /* line 46, ../sass/demo.scss */
  .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.02);
    z-index: 5;
    
    /* background: linear-gradient(#e66465, #9198e5); */
  }
  
  
  /* line 57, ../sass/demo.scss */
  .gallery a.big img {
    width: 40%;
  }
  
  /* line 65, ../sass/demo.scss */
  .align-center {
    text-align: center;
  }
  /* .gallery a img:hover .hover-dark{
    background-color: blue;
    opacity: 0.5;
    z-index: 10000;
  } */

  .gallery .three a .hover-dark {
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.5s;
}

.gallery .three a:hover .hover-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.5s;
}