.az-testimonials.flexslider .az-testimonial-image {
border: none;
border-radius: 0;
}
.homecontainer {
    position: relative;
    text-align: center;
    color: white;
background: rgba(0, 0, 0, 0.8);
}
.homecontainer img {
    width:100%;
    vertical-align:top;
opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.homecontainer img:hover {
opacity: 0.5;
    filter: alpha(opacity=100); /* For IE8 and earlier */}

/* Centered text */
.centered {
    position: absolute;
font-size: 24px;
font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.foottext {
text-align: right;
}