Hi krzychuspy
It due to some conflict in css, I added this css rule into the file: /css/override.css in template.
.itemVideoBlock {
margin: 0 0 16px 0;
padding: 16px;
background: #010101 url(../images/videobg.gif) repeat-x bottom;
color: #eee;
}
.itemVideo {
display: block;
overflow: hidden;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock > div.fluid-width-video-wrapper {
padding-top: 75% !important;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
padding-top: 0% !important;
}
.itemVideoBlock h3 {
color: #eee;
}
Kindly check.