.mododev {
    border: 1px solid yellow;
  }
  .grad1 {
    /*height: 200px;*/
    background-color: #850038; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right,#0017AA , #850038);
  }
  .grad2 {
    /*height: 200px;*/
    background-color: #154283; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right,#154283 , #181834);
  }
  .grad3 {
    /*height: 200px;*/
    background-color: #8C1A17; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right,#8C1A17 , #CC122D;
  }

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product .title{
  color:#fff;
  margin: 0;
  position:relative;
  bottom:50px;
  left:10px;
}
.gallery_product .title small{
  display:block;
}
  