/* OS Gallery */
@media screen and (max-width: 760px){
.img-block.none-effect {
   width: 90% !important;
   height:auto;
}
}
.img-block {
    margin-bottom: 24px;
    padding: 0px;
}
.copyright-link {
    display: none;
}
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 112px;
    padding: 15px;
    background: #303030;
    background: rgba(0,0,0,0.75);
    width: 50%;
margin: 0 auto;
}
.carousel-control {
    background: none;
    border: none;
}
/* End OS Gallery */