@charset "UTF-8";
/* CSS Document */

#nks-stuff-desktop {
	width: calc(100% - 386px);
	height: 394px;
	float: left;
}

#nks-stuff-desktop a {
	height: 354px;
	background-image: url(../images/artwork/nks-stuff/desktop.png);
}

		#nks-stuff-desktop a:hover {
			background-image: url(../images/artwork/nks-stuff/desktop-hover.png);
		}

#nks-stuff-tablet {
	width: 205px;
	/*width: 20%;*/
	height: 290px;
	float: right;
}

#nks-stuff-tablet a {
	height: 250px;
	background-image: url(../images/artwork/nks-stuff/tablet1.png);
}

		#nks-stuff-tablet a:hover {
			background-image: url(../images/artwork/nks-stuff/tablet-hover.png);
		}

#nks-stuff-phone {
	width: 120px;
	/*width: 10%;*/
	height: 226px;
	float: right;
	margin-left: 35px;
}

#nks-stuff-phone a {
	height: 186px;
	background-image: url(../images/artwork/nks-stuff/phone.png);
}

		#nks-stuff-phone a:hover {
			background-image: url(../images/artwork/nks-stuff/phone-hover.png);
		}


@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	
	#nks-stuff-desktop {
		width: calc(100% - 353px);
	}
	
	#nks-stuff-phone {
		margin-left: 10px;
	}
}