blockquote{
	border: none !important;
	padding: 5%;
}

blockquote>p {
     font-size: 21px;
}

section .inner {
max-width: 940px;
margin: 0 auto !important;
text-align: center;
}
section.testimonial .inner {
text-align: left;
}


section.testimonial #quote-wrapper {
position: relative;
min-height: 358px;
padding-top: 10%;
padding-bottom: 10%;
}

section.testimonial blockquote#quote-quote {
color: white;
font-size: 20px;
line-height: 1.3em;
padding-top: 1em;
position: relative;
z-index: 1;
margin-bottom: 0.75em;
padding: 7% 2%;
}
q, blockquote {
quotes: none;
}
section.testimonial cite {
font-size: 18px;
color: #eee;
font-weight: bold;
margin: 2em 0 .2em;
line-height: 1;
display:block;
}
section.testimonial span.position{
display: inline-block;
font-size: 80%;
font-weight: 300; 
    color: #000 !important;
    padding:7px;
    background: #45a6b1;
    line-height: 1;
    }
#quote-quote a {
color: #020202;
text-decoration: none;
}
#quote-quote a:hover {
color: #020202;
text-decoration: underline;
}

section.testimonial #quote-wrapper .portrait {
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
width: 60%;
height: 100%;
}


section.testimonial blockquote#quote-quote::before {
content: "“";
    color: rgba(224, 221, 215, 0.3);
    font-family: georgia, serif;
    font-size: 15em;
    position: absolute;
    left: -0.2em;
    top: 0.35em;
    z-index: -10;
    /* transform: rotate(-9deg); */
}

.quote{
	position: relative;
	text-shadow: 1px 0 12px #000000 !important;
}


@media screen and (min-width: 750px){
  
section.testimonial #quote-wrapper {
padding-left: 390px;
}  
  
section.testimonial #quote-wrapper .portrait {
position: absolute;
left: 0px;
bottom: 0;
}
  
}


@media screen and (max-width: 750px){	

section.testimonial .inner {
padding-left: 0;
}

section.testimonial .quote {
max-width: 75%;
margin: 0 auto;
margin-bottom: 20px;
}

section.testimonial .portrait {
display: block;
margin: 0 auto;
max-width: 100%;
background-position: center bottom !important;
}


section.testimonial #quote-wrapper .portrait {
background-repeat: no-repeat;
background-size: auto 305px;
background-position: center center;
width: 100%;
height: 305px;
margin-top: -120px;
margin-right: -100px;
}
  
}