@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
.items {
  position: relative;
  margin: 0%;
  overflow: hidden;
  width: 100%;
}
.items img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
    color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.items-title {
background-color:rgba(0,0,0,0.7);
position:absolute;
top:75.5%;
width:100%;
margin:0 auto;
left:0%;
color:rgba(255,255,255,0.8);
font-size: 1.2em;
letter-spacing:0px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.5em;
padding:5%;
text-align:left;
}
.items-title span{
color:#FFF;
font-size: 1.2em;
font-weight:600;
letter-spacing:0px;
text-transform:uppercase;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.2em;
text-align:left;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
.items-title {
position:absolute;
top:71%;
width:100%;
margin:0 auto;
left:0%;
color:rgba(255,255,255,0.5);
font-size: 1em;
letter-spacing:5px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.5em;
}
.items-title span{
color:#FFF;
font-size:1.2em;
text-transform:uppercase;
letter-spacing:0px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.2em;
}
}
@media only screen and (min-device-width : 480px) and (max-device-width : 767px) {
.items-title {
position:absolute;
top:50%;
width:100%;
margin:0 auto;
left:0%;
color:rgba(255,255,255,0.5);
font-size: 1em;
letter-spacing:5px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.5em;
}
.items-title span{
color:#FFF;
font-size:1.1em;
text-transform:uppercase;
letter-spacing:0px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.2em;
}
}
@media only screen and (min-device-width :320px) and (max-device-width : 479px) {
.items-title {
position:absolute;
top:48%;
width:100%;
margin:0 auto;
left:0%;
color:rgba(255,255,255,0.5);
font-size: 1em;
letter-spacing:5px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.5em;
}
.items-title span{
color:#FFF;
font-size:1.2em;
text-transform:uppercase;
letter-spacing:0px;
text-shadow: 5px 5px 5px rgba(46,46,46,0.8);
line-height: 1.2em;
}
}