Devyser
Devyser are specialists when it comes to complex DNA testing within hereditary diseases and oncology with products used to guide targeted cancer therapies and enable rapid prenatal diagnostics. Included in their portfolio is the BRCA NGS kit for detection of BRCA1 and BRCA2 in germline and somatic samples as well as the Fetal RHD kit used to determine fetal RHD status from maternal plasma.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });