.about-img {
	position: relative;
	padding: 20px 58px 0 0;
	z-index: 99;
	margin-top: -20px;
}

.about-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 60px;
	width: calc(100% - 38px);
	height: 50%;
	z-index: -1;
    background-color: #ffa04d;
}

.about-img:after {
	content: '';
	position: absolute;
	bottom: -22%;
	right: 38px;
	width: 50%;
	height: 80%;
	background-image: url(../img/shape.png);
	background-repeat: no-repeat;
	background-size: cover; 
	z-index: -2;
}

.abt-thumb {
	position: absolute;
	bottom: -80px;
	right: 58px;
	width: 165px;
	z-index: 9;
    filter: grayscale(.6);
    border: 4px white solid;
   
}
.abt-thumb img {
    box-shadow: 5px 5px 20px 5px #645b5b; 
    
}
.abt-thumb:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}

.play-btn {
	display: inline-block;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	background-color: #555555;
	font-size: 20px;
	margin-left: -16px;
}

.play-btn:hover {
	color: #fff;
}