
#hori{
    position: relative;
    height: 100%;
    width: 100%;
    display: block; 
}

#der{
    float: right;
    height: 100%;
    width: 50%;

}

#izq{
    float: left;
    height: 100%;
    width: 50%;

}

#izq.middle{
    display: flex;
    justify-content: center;
}

#der.der_middle{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
}

@media screen and (max-width: 600px) {
    #hori{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    #der{
        float: none;
        height: 100%;
        width: 100%;
    }
    
    #izq{
        float: none;
        height: 100%;
        width: 100%;
    }
}

.tkwp_multi{
    max-width: 100%;
}

.tkwp_multi > img {
    max-width: 100%;
    display: block;
}

.tkwp_multi > video {
    max-width: 100%;
    display: block;
}

.tkwp_multi > audio {
    max-width: 100%;
    display: block;
}

.tkwp_multi > p {
    max-width: 100%;
    display: block;
}

.tkwp_multi > button {
    position: relative;
    bottom: 1px;
}