/* Responsive videos */
if( (isset($is_mobile) and $is_mobile and $action=='vthread') or (isset($_POST['prevForm']) and $_POST['prevForm']==1) ){
$responsiveMediaBlock=<<<out
<style>
.ytc {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;} .ytc iframe,.ytc object,.ytc embed {position:absolute;top:0;left:0;width:100%;height:100%;}
</style>
out;
}
/* --Responsive videos */

/* Vimeo button */
if($action=='vthread' or $action=='vtopic' or $action=='editmsg' or $action=='pmail' or ($action=='' and isset($firstPageTopicForm) and $firstPageTopicForm==1)){
$button_vimeo=<<<out
<a href="javascript:paste_strinL(selektion,4,'[vimeo='+prompt('URL:','http://vimeo-url-here')+']','','')" onmouseover="window.status='{$l_bb_vimeo}'; return true" onmouseout="window.status=''; return true" onmousemove="pasteSel()" rel="nofollow"><img src="{$main_url}/img/button_vimeo.svg" class="btnSvg" alt="{$l_bb_vimeo}" title="{$l_bb_vimeo}"></a>&nbsp;&nbsp;
out;
}
/* --Vimeo button */