/* external css: flickity.css */
.gallery {
  background: #fff;
}

.gallery-cell {
  width: 930px;
  height: 500px;
  margin-right: 10px;
  background: #fff;
}

.gallery-cell img {
      width: 100%;
      object-fit: cover;
      object-position:50% 50%;
}

.gallery-cell p {
      position: absolute;
      top:50px;
      left:20px;
      font-family: 'Kosugi', sans-serif;
      font-size:32px;
      font-weight:bold;
      color:#fff;
      text-shadow: 2px  2px 10px #ddd ,
                  -2px  2px 10px #ddd ,
                   2px -2px 10px #ddd ,
                  -2px -2px 10px #ddd;
/*
      -webkit-text-stroke: 1px #fff;
      text-stroke: 1px #fff;
*/
}

.gallery-cell .box
{
      position: absolute;
      width: 200px;
      height: 50px;
      bottom: 25px;
      background:#fff;
      border-radius: 2%;
      text-align: center;
      padding:12px 0;
}

.gallery-cell .box a
{
      font-family: 'Kosugi', sans-serif;
      font-size:16px;
      color:#4F2626;
      font-weight:bold;
}
