.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide .thumb a {
  position: relative;
  display: block;
}
.glide__slide .thumb a img {
  display: block;
}
.glide__slide .thumb a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.glide__slide .title {
  margin-top: 15px;
}
.glide__slide:hover .thumb a:before {
  opacity: 0.3;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  border-radius: 0;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  opacity: 1;
}

.glide__arrow--left {
  left: 0;
  width: 75px;
  height: 75px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.glide__arrow--right {
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:focus,
.glide__bullet:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: #fff;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

#also-glider {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}

@media screen and (max-width: 960px) {
  .glide__arrow {
    top: 30%;
  }
  .also .items .item .entry-title, .also .items .item .entry-title a {
    font-size: 18px;
    line-height: normal;
  }
}
@media screen and (max-width: 660px) {
  .glide__arrow {
    top: 20%;
  }
  .also .items .item .entry-title, .also .items .item .entry-title a {
    font-size: 16px;
    line-height: normal;
  }
}
#slidegallery .glide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#slidegallery .glide__arrows .glide__arrow {
  position: relative;
  top: auto;
}
#slidegallery .glide__arrows .glide__arrow--left {
  background-image: none;
  height: auto;
  width: auto;
}
#slidegallery .glide__arrows .glide__arrow--right {
  background-image: none;
  height: auto;
  width: auto;
}