@charset "utf-8";
/* CSS Document */

.testimonial{width: 100%;
height: auto;
float: left;
margin-top: 1%;}
.testimonial1{
width: 100%;
height: 100%;
background-color: rgb(255, 204, 0);
border-width: 9px 2px 2px;
border-style: solid;
border-color: #045F1A;
border-radius: 2%;
box-shadow: 3px 7px 18px 4px rgba(102, 102, 102, 0.8);
margin-bottom: 2%;	
}
.testimonial_img{
width: 25%;
float: left;
height: 278px;
margin-bottom: 1%;
border-radius: 5%;
margin-left: 3%;
margin-top: 11%;
}
.testimonial_video{ width: 29%;
height: 250px;
border-radius: 7%;
position: relative;
overflow: hidden;
float: left;
background-color: #FC0;
margin-left: 3%;}
.testimonial_video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
