@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Bold.ttf");
  font-display: swap;
}
* {
  color: #020101;
}

.video-doctical.aff-4 {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.video-doctical.aff-4 .miniature {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.video-doctical.aff-4 .miniature:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  opacity: 0.8;
  display: block;
  z-index: 1;
  content: "";
}
.video-doctical.aff-4 .miniature:after {
  content: "";
  -webkit-mask-image: url("../../img/icons/lock.svg");
          mask-image: url("../../img/icons/lock.svg");
  width: 16px;
  height: 16px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #020101;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.video-doctical.aff-4 .miniature img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 170px;
}
/*# sourceMappingURL=video-doctical--aff-4.css.map */
