.vereador a {
   float: left;
   position: relative;
   width: 98%;
   height: 210px;
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   padding: 0px !important;
   margin-top: 10px;
   opacity: 1;
   border-radius: 5px !important;
   margin-bottom: 20px;
}

.vereador a:hover {
   box-shadow: 1px 0px 1px #444;
}

.vereador h5 {
   float: left;
   width: 100%;
   text-align: center;
   font-weight: bold;
}

.vereador span {
   position: absolute;
   bottom: 10px;
   left: 0px;
   color: #ffffff;
   padding: 5px;
   letter-spacing: .3px;
   z-index: 99;
   text-shadow: 1px 1px 5px #000;
}

.carousel_vereador a {
   float: left;
   position: relative;
   width: 98%;
   height: 210px;
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   padding: 0px !important;
   margin-top: 10px;
   opacity: 1;
   border-radius: 5px !important;
   margin-bottom: 20px;
}

.carousel_vereador a:hover {
   box-shadow: 1px 0px 1px #444;
}

.carousel_vereador h5 {
   float: left;
   width: 100%;
   text-align: center;
   font-weight: bold;
}

.carousel_vereador span {
   position: absolute;
   bottom: 10px;
   left: 0px;
   color: #ffffff;
   padding: 5px;
   letter-spacing: .3px;
   z-index: 99;
   text-shadow: 1px 1px 5px #000;
}