.foto_vertical {
    width: 25%;
    object-fit: cover;
}

.contenedor_informacion_boda {
    width: 75%;
}

.foto_boda {
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .foto_vertical {
        display: none;
    }

    .contenedor_informacion_boda {
        width: 100%;
    }
}