.mpe-container {
    width: 320px;
    /* height: 250px; */
    position: relative;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.mpe-moving {
    position: absolute;
    left: 0;
    top: 0;
    transition: none;
}