/* Text styles */

.text-bold {
  font-weight: bold;
}

/* Content pics */

.content-image {
  max-width: 100%;
  height: auto;
}

.image-to-center {
  text-align: center;
}

/* Flex video */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Fancybox single image */

.single-image {
  cursor: pointer;
}