File: /home/floridasbestlawnandpest/public_html/css/testi.css
.slideshow-container {
position: relative;
background: transparent;
}
.mySlides {
display: none;
padding: 50px;
text-align: center;
min-height: 300px;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -30px;
padding: 10px;
color: #ffffff !important;
font-weight: bold;
font-size: 30px;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
color: white;
}
q {
font-style: italic;
}
.testi-bg {
background: #f5ab20;
background: -webkit-linear-gradient(to top, #f5ab20, #ffffff);
background: linear-gradient(to top, #f5ab20, #ffffff);
background-size: cover;
margin: 0;
padding: 50px;
}
.testi-title {
font-family: 'Kaushan Script';
font-style: italic;
font-size: 2.5em;
padding: 0px 0px 15px 0px;
}
.testi-rate {
font-size: 1.25em;
color: #00000088;
margin: 0 0 30px 0;
}
.testi-q {
font-size: 1.25em;
color: #000000;
font-weight: 500;
margin: 0;
}
@media (max-width: 767px) {
.mySlides {
display: none;
padding: 25px;
text-align: center;
}
.testi-bg {
margin: 0;
padding: 5px;
}
.testi-title {
display: none;
}
.testi-rate {
font-size: 1.25em;
color: #00000088;
margin: 25px 0px;
}
.testi-q {
font-size: 1.1em;
color: #000000;
font-weight: 500;
padding: 10px 5px;
}
}