#homeLatestConnectLeft.xmas-carousel {
background: #98fb98;
border-bottom: 1px solid #ee3660;
border-top: 1px solid #ee3660;
position: relative;
}

#columnHeaders h2.blueDot {

width: 210px;	
}

.xmas-trees {

position: absolute;
top: 2px;
left: 240px;

}
.xmas-trees img.xmas-tree {

float: left;
margin-right: 3px;
}

@media screen and (max-width: 650px) {
	.xmas-trees {

	xposition: static;
	xdisplay: none;
	
	}
	.xmas-trees img.xmas-tree {

	float: left;
	margin-right: 3px;
	}	
	.xmas-trees img.xmas-tree:not(.tree-1) {

	display: none;
	}	
}