.dresscode-figuras img {
        max-height: 343px;
        width: auto;
        flex: unset;
        height: 256px;
        object-fit: cover;
    }


/* ajustes css para media querie para movil*/
@media screen and (max-width: 600px) {

    .dresscode-figuras img {
        max-height: 343px;
        width: auto;
        flex: unset;
        height: 256px;
        object-fit: cover;
    }

}