
#latest{
	padding: 0px 0px;
}

#latest h4{
	font-size: 19px;
    margin-top: 18px;
}
#latest .col-md-12 .outer{
	padding: 0px;
	margin: 0px;
}
#latest .upper{
	position:relative;
}

#latest .innertext{
    color: white;
	position:absolute;
	top:100px;
	left:100px;
}
#latest .innertext span{
	background: rgba(255,255,255,0.3);
    padding: 5px 16px;
    border-radius: 30px;

}

.zoom-effect-container {
     /* float: left;  */
    position: relative;
    max-width: 800px;
    height: 500px;
     /* margin: 0 auto; */
    overflow: hidden;
    
}

.zoom-effect-container2 {
  /* float: left;  */
 position: relative;
 max-width: 200px;
 height: 300px;
  /* margin: 0 auto; */
 overflow: hidden;
 
}

.zoom-effect-container3 {
  /* float: left;  */
 position: relative;
 max-width: 200px;
 height: 600px;
  /* margin: 0 auto; */
 overflow: hidden;
 
}

.image-card {
  position: absolute;
  top: 0;
  left: 0;

}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;


}


.innertext{
  color: white;
	position:absolute;
	top:200px;
	left:0px;
}

.bottomtext{
  color: white;
	position:absolute;
	bottom:50px;
	left:50px;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

a{
  display: block;
  text-align:center;
  margin: 0 auto;
  width: 100%;
  color: #aaa;
}


.caption{
  text-align: center;
  font-weight: bolder;
  font-size: 26px;
  color: black;

}

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

  .zoom-effect-container {
    /* float: left;  */
   position: relative;
   max-width: 800px;
   height: 350px;
    /* margin: 0 auto; */
   overflow: hidden;
   
}

.caption{
  text-align: center;
  font-weight: bolder;
  font-size: 16px;
  color: black;

}

}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  .zoom-effect-container {
    /* float: left;  */
   position: relative;
   max-width: 800px;
   height: 300px;
    /* margin: 0 auto; */
   overflow: hidden;
   
}



}

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  .zoom-effect-container {
    /* float: left;  */
   position: relative;
   max-width: 800px;
   height: 500px;
    /* margin: 0 auto; */
   overflow: hidden;
   
}

}