Demeditec Diagnostics
Demeditec Diagnostics supplies an extensive product panel of ELISA and RIA kits for human and veterinary diagnostics. Key products include their salivary diagnostics range, as well as kits for applications such as infectious diseases, autoimmunity, biogenic amines, and tumour markers.
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(); });