﻿.p-gallery {
  display: block;
  width: 100%;
  height: 100%; }
  .p-gallery.pod.slider .slider-item {
    min-height: 300px;
    position: relative; }
  .p-gallery.pod.slider .slider-item .caption {
    position: absolute;
    left: 50px;
    bottom: 80px;
    color: white;
    font-size: 18px;
    font-family: "Playfair Display";
    z-index: 32;
    max-width: 330px; }
  .p-gallery .slick-track,
  .p-gallery .slick-list,
  .p-gallery .slick-item {
    height: 100%; }
  .p-gallery .slick-dots {
    right: unset;
    left: 50px;
    bottom: 30px; }
  @media (min-width: 768px) {
    .p-gallery.pod.slider .slider-item {
      min-height: 540px; }
    .p-gallery.pod.slider .slider-item .caption {
      position: absolute;
      left: 50px;
      bottom: 50px;
      color: white;
      font-size: 24px;
      z-index: 32; }
    .p-gallery .slick-dots {
      right: 50px;
      left: unset;
      bottom: 50px; } }
  @media (min-width: 1200px) {
    .p-gallery.pod.slider .slider-item {
      min-height: 700px; } }
