.imgResponsive {
    width: 100%;
    overflow: hidden;
    max-height: unset !important;
}

.imgResponsive div {
    display: block;
    margin: auto;
    border: 0;
    width: 100%;
}

.imgResponsive div img {
    display: block;
    width: 100%;
    transform: none !important;
}

.imgResponsive div:last-child {
    display: none;
}

@media screen and (max-width: 768px) {
    .imgResponsive div {
        max-width: 100%;
        width: auto;
    }
    
    .imgResponsive div:nth-of-type(1) {
        display: none;
    }

    .imgResponsive div:last-child {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .productos.interna #dnn_publicidad .imgResponsive div:nth-of-type(1) {
        display: block;
    }

    .productos.interna #dnn_publicidad .imgResponsive div:last-child {
        display: none;
    }
    
    .productos.interna #dnn_publicidad .imgResponsive.rectangular,
    .productos.interna #dnn_publicidad .imgResponsive.rectangular div {
        height: auto;
    }

    .productos.interna #dnn_publicidad .imgResponsive.rectangular div img {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        margin: auto;
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .productos.interna #dnn_publicidad .imgResponsive div {
        max-width: 100%;
        width: auto;
    }
    
    .productos.interna #dnn_publicidad .imgResponsive div:nth-of-type(1) {
        display: none;
    }

    .productos.interna #dnn_publicidad .imgResponsive div:last-child {
        display: block;
    }

    .productos.interna #dnn_publicidad .imgResponsive.rectangular,
    .productos.interna #dnn_publicidad .imgResponsive.rectangular div:last-child {
        height: auto;
    }
    
    .productos.interna #dnn_publicidad .imgResponsive.rectangular div:last-child img {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        margin: auto;
        width: 100% !important;
    }
}

.enlace{
    margin:0;
}

.enlace span{
    color: #3ebfff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    z-index: 10;
    font-family: 'PlutoBold';
    opacity: 0;
    text-shadow: 1px 1px 2px #143372;
    transition: .5s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgResponsive:hover .enlace span{
    opacity: 1;
}