.block-holiday .village {
  position: relative; }
  .block-holiday .village .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 60%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 60%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 60%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 60%, black 100%); }
  .block-holiday .village h2 {
    font-family: "Bebas Neue", cursive;
    position: absolute;
    font-size: 40px;
    color: #fff;
    bottom: 20px;
    left: 20px;
    z-index: 50; }
  .block-holiday .village img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.block-holiday hr.w-100 {
  border: none !important; }
