.custom-popup
{
	display: none;
	max-width: 700px;
}
.custom-popup .custom-popup-title h3
{
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	text-align: center;
}
.custom-popup .custom_comparison .custom_comparison_blocks
{
	display:inline-block;
	vertical-align: middle;
	width: 260px;
	margin-bottom: 20px;
}
.custom-popup .custom_comparison .custom_comparison_blocks.custom_arrows
{
	width: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.custom-popup .custom_comparison img
{
	max-width: 100%;
}
.desktop_arrow
{
	display:block;
}
.mobile_arrow
{
	display:none;
}
@media only screen and (max-width: 768px)
{
	.desktop_arrow
	{
		display:none;
	}
	.mobile_arrow
	{
		display:block;
	}
	.custom-popup
	{
		max-width: 100%;
	}
	.custom-popup .custom-popup-title h3
	{
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
	.custom-popup .custom_comparison .custom_comparison_blocks.custom-popup-image-wrap,
	.custom-popup .custom_comparison .custom_comparison_blocks.custom_arrows
	{
		max-width: 100%;
		width: 100%;
		display: block;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	.custom-popup .custom_comparison .custom_comparison_blocks.custom-popup-image-wrap img
	{
		max-width: 100%;
		width: 100%;
		display: block;
		height: auto;
	}
	.custom-popup .custom_comparison .custom_comparison_blocks.custom_arrows img
	{
		display: inline-block;
		max-width: 30px;
	}
	.header-item--left .site-nav.tape-icon-wrap
	{
		margin:0px;
    	margin-left: 8px;
    	max-width: 65px;
	}
	.header-item--left .site-nav.tape-icon-wrap a
	{
		display: block;
    	width: 100%;
	}
	.header-item--left .site-nav.tape-icon-wrap a img
	{
		display: block;
		width: 100%;
		max-width: 100%;
		width: auto;
	}
}

.header-item--left .site-nav.tape-icon-wrap
{
  margin:0px;
  margin-left: 8px;
  max-width: 65px;
}
.header-item--left .site-nav.tape-icon-wrap a
{
  display: block;
  width: 100%;
}
.header-item--left .site-nav.tape-icon-wrap a img
{
  display: block;
  width: 100%;
  max-width: 100%;
  width: auto;
}

.bamae-center-image-promo {
  display: block !important;
}