/* general layout */
.zfcci-content-image {
  margin-top: 50px;
}

.zfcci-image-container-medium.zfcci-image-container-left .zfcci-image-container {
  margin-left: 0;
}

.zfcci-image-container-medium.zfcci-image-container-right .zfcci-image-container {
  margin-left: 50%;
}

.zfcci-image-container-medium .zfcci-image-container {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 33.33333%;
}

.zfcci-image-container-large .zfcci-image-container {
  width: 58.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 25%;
}

.zfcci-image-wrapper {
  position: relative;
}

.zfcci-image-wrapper img {
  width: 100%;
}

.zfcci-image-copyright {
  position: absolute;
  top: -30px;
  right: 0;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
}

.zfcsw-wrapper-gradient .zfcci-image-copyright {
  color: #fff;
}

.zfcci-image-caption {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .zfcci-image-container-medium .zfcci-image-container-center .zfcci-image-container {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .zfcci-image-container-medium .zfcci-image-container-left .zfcci-image-copyright,
  .zfcci-image-container-medium .zfcci-image-container-right .zfcci-image-copyright {
    right: initial;
    left: 0;
  }
  .zfcci-image-container-large .zfcci-image-container {
    width: 66.66667%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 16.66667%;
  }
}

@media (max-width: 720px) {
  .zfcci-content-image.zfcci-image-container-medium .zfcci-image-container, .zfcci-content-image.zfcci-image-container-large .zfcci-image-container {
    width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}
