/* KONSEY_V88_BLOG_IMAGE_PACK1_REALISTIC_DEPLOY */
.konsey-blog-real-v88-hero{
  margin:30px 0 36px !important;
}
.konsey-blog-real-v88-hero img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  aspect-ratio:16/9 !important;
  height:auto !important;
  object-fit:cover !important;
  border-radius:22px !important;
  box-shadow:0 18px 55px rgba(0,0,0,.18) !important;
  background:#111 !important;
}
.konsey-blog-real-v88-hero figcaption{
  font-size:13px !important;
  line-height:1.5 !important;
  color:#666 !important;
  margin-top:10px !important;
}
@media(max-width:720px){
  .konsey-blog-real-v88-hero{margin:24px 0 30px !important}
  .konsey-blog-real-v88-hero img{border-radius:16px !important}
}