.document-layout{
		background: white;
		position: relative;
		top: -80px;
		min-height: 360px;

	.document-shadow{
		width: 100%;
		height: 260px;
		z-index: -1;
	}

	@media (max-width: 767px) {
		top:20px;

		.document-shadow{
			display: none;
		}
	}
}

