/* specificaties box */
#evc_specifications_table { padding: 0; width: 100%; float: left; position: relative; }
#evc_specifications_table h3 { padding: 15px; font-size: 18px; color: #333; background: #DEDEDE; border-bottom: 3px solid #ff6600; }
#evc_specifications_table ul { list-style: none; border-top: 1px dotted #d7d7d4; }				 
#evc_specifications_table li { width: 100%; float: left; font-size: 13px; color: #333; border-bottom: 1px dotted #d7d7d4; }
#evc_specifications_table li span { padding: 15px 1%; width: 46%; border-right: 1px dotted #d7d7d4; }
#evc_specifications_table li span.left { float: left; background: #fbfbfa; }
#evc_specifications_table li span.right { float: right; text-align: center; }

#related_media .play-button {
    width: 75px !important;
    height: 75px !important;
}

ul#related_media_slider li.slick-slide {
    position: relative;
}

.play-button-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/play-button.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75px;
    background-color: rgba(0, 0, 0, 0.5);
}