.side-presents {
	color: #fff;
	padding: 10px;
	margin-bottom: 21px;
	border: 2px solid #bbb;

	h2 {
		margin-bottom: 20px;
	}

	h2::after,
	.h2::after {
		top: -5px;
	}
}

.side-presents__image {
	background: #191919;
	display: block;
	max-height: 169px;
	margin-bottom: 12px;
	@include line-height(0);

	img {
		opacity: 0.6;

		&:hover {
			opacity: 1;
		}
	}
}

.side-presents__slide {
	overflow: auto;
}

.side-presents__title {
	@include font-size(15);
	@include line-height(21);
	font-family: $site_font1;

	a {
		color: #000;
	}
}

.side-presents__logo {
    display: block;
    height: 29px;
    width: 186px;
    background-image: url('http://assets2.musicfeeds.com.au/11/imgs/mfpresents.jpg');
    background-repeat: no-repeat;
    background-size: auto 29px;
    -webkit-background-size:  auto 29px;
    // top: 0;
    // margin-top: 0;
}