.moreNews .block25 img {
    aspect-ratio: 25 / 17;
    width:25px;
    height:17px;
}
.KVbanner img {
    aspect-ratio: 300 / 157;
    width:300px;
    height:157px;
}
.KVbannerClose img{
    aspect-ratio: 38 / 39;
    width:38px;
    height:39px;
}

@media (max-width: 768px) {
    .KVbanner img {
        aspect-ratio: 190 / 100;
        width:190px;
        height:100px;
    }
    .KVbannerClose img{
    aspect-ratio: 1 / 1;
    width:18px;
    height:18px;
    }
}
html {
  visibility: visible !important;
}