.mp-video {
    position: relative;
    cursor: pointer;
    max-height: 470px;

    display: flex;               
    justify-content: center;   
/*    align-items: center;         */
    overflow: hidden;                   
}
.hidden-video {
    display: none;
    width: auto;                 
    height: 100%;               
    object-fit: contain;         
}