/*CSS Layout view contenido dinámico relacionado*/
.views-element-container.form-group{
    margin-bottom: 0;
}
  .vw-rcd-wrapper{
    margin-bottom: 0;
  }
    .vw-rcd-item{
        max-width: 410px;
    }
      .vw-rcd-item-link{
        display: block;
      }
        .vw-rcd-item-image{
            width: 410px;
            height: 303px;
            margin-bottom: 27px;
        }
            .vw-rcd-item-image img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
          .vw-rcd-item-content-title{
            margin: 0;
          }
@media (max-width:768px) {
    .vw-rcd-item{
        max-width: 273px;
    }
        .vw-rcd-item-image{
            width: 273px;
            height: 209px;
        }
}