/*
Theme Name: MyEPK Rocks
Theme URI: https://www.myepk.rocks/
Description: The Official Theme for MyEPK.Rocks
Author: BobbyJayOTA
Author URI: https://bobbyjayota.com
Template: herion
Version: 1.0.1
*/

/* POST GRID: Uniform 16:9 cards (cover & crop center) */
.vc_post_grid .vc_gitem-zone-img,
.vc_post_grid .vc_gitem-zone-img .vc_single_image-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio (9/16 = 56.25%) */
  overflow: hidden;
}

.vc_post_grid .vc_gitem-zone-img img {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important; /* fills the box, crops edges evenly */
  object-position: center center;
  display: block;
}


