.t1015__content {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	/*ios 7 border-radius-bug */
	-webkit-transform: rotate(0.000001deg);
	/*mac os 10.6 safari 5 border-radius-bug */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000000;
}

.doc-pdf {
    border: 1px solid #1e1e1e;
    /*border: 1px solid #303030;*/
    /*background-color: #ffffff;*/
}
 @media (max-width: 480px) {
	 .doc-pdf {
		 height: 489px;
		 width: 100%;
		 /*width: 350px;*/
	}
}
 @media (min-width: 481px) {
	 .doc-pdf {
		 height: 800px;
		 width: 100%;
	}
}

.testimonials-ya, .testimonials-ya-index {
	overflow: hidden;
	position: relative;
}

@media (max-width:480px) {
	.testimonials-ya, .testimonials-ya-index {
		width: 100%;
		height: 950px;
	}
}

@media (min-width:481px) {
	.testimonials-ya {
		width: 760px;
		height: 760px;
	}
	
	.testimonials-ya-index {
		width: 720px;
		height: 760px;
	}
}