/*#region Realization pages */

.gallery li {
    position: relative;
    width: 100%;
    height: 300px !important;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .gallery li .img.focus .img__bg {
    transform: skewX(15deg) scale(1);
  }

  .btn{
    background-color: #f2771a;
  }

  .gallery-sm li {
    position: relative;
    width: 100%;
    height: 200px !important;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
  }

  /*#endregion*/