.link-color-lst{
    color: aqua!important;
}

.link-color-lst:hover{
    color: #007bff!important;
}

.my-gallery {
    width: 100%;
    float: left;
}
.my-gallery img {
    width: 100%;
    height: auto;
}
.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 150px;
}
.my-gallery figcaption {
    display: none;
}