.img-square-flex-embed:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.img-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 auto;
}

.bg-image-zoom-parent, .image-zoom-parent {
    overflow: hidden;
}

.bg-image-zoom-parent:hover .img-cover,
.bg-image-zoom-parent:focus .img-cover,
.image-zoom-parent:hover img,
.image-zoom-parent:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-image-zoom-parent .img-cover {
    -webkit-transition: all .5s;
      -moz-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.label-linked-image {
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
}
  @media (min-width: 576px) {
    .label-linked-image {
        font-size: 1.15rem;
    }
  }

/*.label-linked-image {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
}
  @media (min-width: 576px) {
    .label-linked-image {
        font-size: 1rem;
    }
  }*/

.label-linked-image.oswald {
    font-size: 0.9rem;
}
  @media (min-width: 576px) {
    .label-linked-image.oswald {
        font-size: 1.1rem;
    }
  }