
.td-header-sp-recs.jubileums-puff-wrapper {
    z-index: 9999;
}
.jubileums-puff img {
	max-height: 140px;
	margin-right: 0 !important;
	transition: all .2s ease-in-out; 
	transform: rotate(20deg);
}
.jubileums-puff a:hover img {
	transform: scale(1.05);
}



@media (max-width: 767px) {
	.td-rec-hide-on-p.jubileums-puff-wrapper {
		display: block !important;
		position: absolute;
		top: -26px;
		width: 100%;
		z-index: 99999;
	}
	.jubileums-puff img {max-width: 80px;}
	.jubileums-puff {padding-right: 34px;}
	.td-header-sp-recs.jubileums-puff-wrapper, .td-header-sp-recs.jubileums-puff-wrapper .td-header-rec-wrap {
		position: relative;
		width: 100% !important;
	}
}