.remates:has(.customavisos-inicio) {
  max-width: 100%;
}

.remates .moduletable_noticias {
  display: none;
}

.customavisos-inicio {
  width: 95%;
  max-width: 930px;
  margin: 30px auto;
}

.customavisos-inicio .video {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.customavisos-inicio .video iframe {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
}

.customavisos-inicio .mensaje {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
}

.customavisos-inicio .mensaje a {
  color: #0A6D3A;
}

.customavisos-inicio .cartel {
  display: grid;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.customavisos-inicio a {
  display: block;
}

.customavisos-inicio img {
  border-radius: 4px;
  display: block;
  transition: zoom ease 0.3s;
}

.customavisos-inicio img:hover {
  zoom: 1.05;
}

@media (width >= 768px) {
  
  .customavisos-inicio .cartel {
  	grid-template-columns: repeat(2,1fr);
  }
  
}