#image-gallery {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #ccc; }
  #image-gallery div.gallery-title h2 {
    font-size: 34px; }
  #image-gallery div.gallery-container {
    position: relative; }
  #image-gallery div.gallery-pagination {
    position: absolute;
    top: 50%;
    width: 104%;
    display: flex;
    justify-content: space-between;
    left: -19.6px; }
    #image-gallery div.gallery-pagination div {
      background: #AF1D2D;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      z-index: 10; }
      #image-gallery div.gallery-pagination div:hover {
        background: #ea3d2f;
        cursor: pointer; }
  #image-gallery .siema-button {
    height: 20px;
    width: 20px;
    border: none;
    background: #CCCCCC;
    border-radius: 100px; }
    #image-gallery .siema-button:not(:last-child) {
      margin-right: 14px; }
    #image-gallery .siema-button.active {
      background: #FFF;
      border: solid 2px #AF1D2D;
      position: relative; }
      #image-gallery .siema-button.active:before {
        content: '';
        height: 8px;
        width: 8px;
        background: #AF1D2D;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100px; }
  #image-gallery .gallery-pager {
    display: flex;
    justify-content: center;
    align-items: center; }
  #image-gallery ul.gallery-items {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    justify-content: space-between; }
    #image-gallery ul.gallery-items div.gallery-page {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }
    #image-gallery ul.gallery-items li.gallery-video {
      max-width: 31.5%;
      width: 100%;
      list-style-image: none;
      margin: 0 6px;
      cursor: pointer; }
      @media (max-width: 768px) {
        #image-gallery ul.gallery-items li.gallery-video {
          max-width: 47%; } }
    #image-gallery ul.gallery-items li.gallery-item {
      max-width: 31.5%;
      width: 100%;
      list-style-image: none;
      margin: 0 6px;
      cursor: pointer; }
      @media (max-width: 768px) {
        #image-gallery ul.gallery-items li.gallery-item {
          max-width: 47%; } }
      #image-gallery ul.gallery-items li.gallery-item p.gallery-item-description {
        font-size: 17px; }

.lg-sub-html h3 {
  font-size: 32px !important; }
.lg-sub-html p {
  font-size: 16px !important; }

article.article #image-gallery {
  position: relative; }
  article.article #image-gallery .gallery-pagination {
    top: calc(50% - 40px);
    width: 106.3%; }
article.article li.gallery-item, article.article li.gallery-video {
  max-width: 31% !important;
  width: 100%;
  list-style-image: none;
  margin: 0 6px;
  cursor: pointer; }
  @media (max-width: 634px) {
    article.article li.gallery-item, article.article li.gallery-video {
      max-width: 47% !important; } }

/*# sourceMappingURL=image-gallery.css.map */
