#content .tx-we-multimedia a{
    display:block;
    position:relative;
}

#content .tx-we-multimedia .imglefttextright a{
    float:left;
    width:125px;
    margin-left:6px;
}

.videoElementWrapper{

    /*visibility:hidden;*/
    position: absolute;
    overflow: hidden;
    width:0;
    height:0;
    top:50%;
    left:50%;

    display:none;

}

.videoContentWrapper{
    position:relative;
    overflow:hidden;
}

.linkElementWrapper{
    margin: 0 10px 10px 0;
    position: relative;
    width:100%;
    height:100%;
    /*overflow: hidden;*/
}

.overlay-playbutton{
    background: url(../Libraries/MediaElement/bigplay.png) no-repeat;
    float:left;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top:-50px;
    margin-left:-50px;
}

.overlay-playbutton:hover{
    background-position: 0 -100px;
}

.imglefttextright .overlay-playbutton{
    background: url(../Libraries/MediaElement/smallplay.png) no-repeat;
    float:left;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top:-25px;
    margin-left:-25px;
    float:none;
}

.imglefttextright .overlay-playbutton:hover{
    background-position: 0 -50px;
}

.videoPoster{
    width:100%;
    height:100%;
}

.imglefttextright .videoPoster{
    width:auto;
    float:left;
}

.videoPoster img{
    margin:auto;
    display:block;
}

.imglefttextright .videoPoster img{
    display:inline;
    float:left;
}

.videoTitle{
    /*float: left;*/
    /*position: absolute;*/
    /*background-color: #06075a;*/
    width: 100%;
    padding: 10px;
    /*top:163px;*/
    color:black;
    text-align:center;
}

.imglefttextright .videoTitle{
    float:left;
    text-align:left;
    width:245px;
}

.clear{
    clear:both;
}

.mejs-overlay-loading {
    position: static;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: transparent;
}

:-webkit-full-screen {
	position: fixed;
	width: 100%;
	top: 0;
	background: none;
}