.mp-container {
    display: block !important;
}
.mp-main-container {
    position : relative;
}
.mp-sub-widget-container {
    position : relative;
    display : flex;
    flex-direction : column;
    align-content : center;
    justify-content : center;
}
.mp-adfox-driver-container
{
    position: relative;
    overflow: hidden;
}
.mp-driver-hide.mp-driver-hide
{
    position: fixed;
    top: 100%;
}
.mp-prebid-driver-container
{   
    max-height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;    
}
.mp-video-driver-container
{
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 250px;
    max-width: 100%;
    z-index: 1;
}