.project-carousel {
	position: relative;
}

.project-strip {
	margin: 150px 0 150px;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.project-strip .project {
	cursor: pointer;
}

.project-strip img {
	max-width: 100%;
	height: auto;
}

.web-strip {
	width: 100%;
}

.project-screen {
	width: 768px;
	height: 451px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.project-detail {
	position: absolute;
	left: 0;
	right: 0;
	margin: 32px auto 0;
	z-index: 1;
	background-color: #333;
}

.visual-detail {
	position: absolute;
	width: 578px;
	height: 361px;
}

.web-detail {
	position: absolute;
	width: 628px;
	height: 350px;
}

.app-detail {
	position: absolute;
	width: 238.5px;
	height: 425px;
}

.screen-frame {
	content: " ";
	background-repeat: no-repeat;
}

.visual-screen {
	background-image: url("../img/design-img/macbook.png");
	position: absolute;
	width: 768px;
	height: 451px;
}

.web-screen {
	pointer-events: none;
	background-image: url("../img/design-img/apple.png");
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -45%;
	width: 685px;
	height: 570px;
}

.app-screen {
	background-image: url("../img/design-img/iphone.png");
	position: relative;
	width: 297px;
	height: 572px;
	margin: -40px auto 0px;
}

.project-screen .project {
	margin-right: -100%;
	float: left;
	cursor: move;
}

.app-detail .slick-dots {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.design {
		padding-bottom: 0px;
	}
	.visual-screen {
		width: 100%;
		background-size: contain;
	}
	.project-detail {
		margin: 20px auto 0px;
		background-color: rgba(51, 51, 51, 0);
	}
	.project-screen {
		width: auto;
		height: auto;
	}
	.project-screen .project img {
		width: 91%;
		height: auto;
		margin: 0px auto;
	}
	.project-screen .project {
		width: 100%!important;
		height: auto;
		margin: 0px auto;
	}
	/*app*/
	.app-screen {
		margin: -50px auto 0px;
	}
	.app-detail .project img {
		width: 100%;
	}
	.visual-detail {
		width: 75%;
		height: 50%;
	}
	.web-detail {
		margin-top: 30px!important;
	}
	.web-screen {
		width: 90%;
		background-size: contain;
	}

}


@media screen and (max-width: 680px) {
	.web-screen {
		width: 90%;
		background-size: contain;

	}
	.web-detail {
		width: 82%;
		height: 41%;
		margin: -1.5% auto 0px;
	}
	.project-screen .project img {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.web-detail {
		margin: 0px auto;
	}
	.web-screen {
		margin-top: 5px;
	}
}
@media screen and (max-width: 550px) {
	.web-screen{
		margin-top: 8px;
	}
}
@media screen and (max-width: 470px) {
	.web-screen{
		margin-top: 10px;
	}
}
@media screen and (max-width: 450px) {
	.web-screen{
		margin-top: 12px;
	}
}
@media screen and (max-width: 390px) {
	.web-screen{
		margin-top: 14px;
	}
}
