#imageview .single_image {
	padding: 0 20px;
	overflow: hidden;
}

#sidebar-primary-left {
	float: left;
	width: 20%;
}

#single-cute-wrap {
	width: 60%;
	float: left;
	padding: 0 20px;
}

#sidebar-primary-right {
	float: left;
	width: 20%;
}

#cute-related ul {
	overflow: hidden;
}

#cute-related ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

#cute-related ul li img {
	width: 100%;
	display: block;
	height: auto;
}

#cute-related ul li:last-child {
	margin-right: 0;
}

.cute-rel-image {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#cute-related ul li h4 {
	padding: 10px 0 20px;
	line-height: 1.5;
}

.mobile-links {
	display: none;
}

#mobile-top-ad, #above-social-mobile, #below-nav-mobile, #native-ads-mobile, #below-article-slider-mobile {
	display: none;
}

.rfpw-dropdown-post li {
	text-align: center;
}

#below-editorial-desktop, #below-editorial-tablet {
	padding-bottom: 10px;
}

#below-editorial-tablet, #below-editorial-mobile {
	display: none;
}

@media screen and (max-width : 800px) {
	#sidebar-primary-left {
		display: none;
	}

	#single-cute-wrap {
		width: 72%;
		padding: 0;
	}

	#sidebar-primary-right {
		width: 24%;
	}

	.cute-rel-image {
		height: 140px;
	}

	#below-editorial-desktop {
		display: none;
	}

	#below-editorial-tablet {
		display: block;
	}
}

@media screen and (max-width : 767px) {
	#imageview .single_image {
		padding: 0 6px;
	}

	.desktop-links {
		display: none;
	}

	.mobile-links {
		display: block;
	}

	#single-cute-wrap, #sidebar-primary-right {
		width: 100%;
		float: none;
		display: block;
	}

	#directly-below-image-desktop, #directly-below-cp-editorial, #article-add-top {
		display: none;
	}

	#mobile-top-ad, #above-social-mobile, #below-nav-mobile, #native-ads-mobile, #below-article-slider-mobile {
		display: block;
	}

	.photos-single {
		padding: 0 15px;
	}

	.photos-single a {
		display: block;
	}

	.photos-single .bg-img {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.cute-rel-image {
		height: 80px;
	}

	#below-editorial-tablet {
		display: none;
	}

	#below-editorial-mobile {
		display: block;
	}
}