/*
Description: Used to style blocks in the script blocked elements.
*/

.wt-msg {
    position: absolute;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.wp-video {
    position: relative;
}