.cctv-image-frame img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
  object-position:center;
}
.cq-icon .line-icon,
.cctv-service-grid article>div .line-icon{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media (max-width:760px){
  .cctv-image-frame img{
    aspect-ratio:3/2;
  }
}
