/* Put your custom css here */
/*.overlay{
    position:fixed;
    padding:0;
    margin:0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.9);
    z-index: 9999;
    top: 0; left: 0;
}*/

.testimonials{
	box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.2);
	border: 4px solid #dddddd;
}