.img-responsive{
    width: 100%;
    height: auto;
    margin: 0px;
}
.gallery_product{
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.shadow{
    margin-right: auto;
    margin-left: auto;
    max-width: 365px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 4px;
}
.gallery_text{
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
    text-decoration: none;
}
.gallery_text:hover{
    color: black;
    text-decoration: none;
}
.gallery_text:active{
    color: black;
    text-decoration: none;
}


.containers {
    position: relative;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.7);
}
.shadow:hover .image {
    opacity: 0.3;
}
.shadow:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.tags{
    padding: 0px;
    text-align: left;
    margin: 0px 10px;
}
.tags li{
    list-style: none;
    margin-bottom: 10px;
    margin-right: 5px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font: 700 12px/1 'Open Sans', sans-serif;
    box-shadow: inset 0 -1px 0 1px rgba(0,0,0,.1), inset 0 -10px 20px rgba(0,0,0,.1);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.number{
    background: #59d
}
.reason{
    background: #6b6
}
.language{
    background: #555
}
.tags li p{
    margin: 0px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    display: inline-block;
}
.first{
    padding: 10px 10px 10px 10px;
    background: rgba(0,0,0,.15);

}
.second{
    padding: 10px 10px 10px 5px;
}
.tags li p:hover{
    color: white;
    text-decoration: none;
}
.tags li p:active{
    color: white;
    text-decoration: none;
}
@media(min-width:768px) {
    #myBtnContainer {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
/*mobile*/
@media(max-width:767px) {
    #myBtnContainer {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}