.fid-style1 img {
    border: 5px solid red;
    border-radius: 10px;
}

.fid-style2 img {
    filter: grayscale(100%);
    border-radius: 50%;
}

.fid-style3 img {
    box-shadow: 10px 10px 5px #888;
}

.fid-style4 img {
    transform: rotate(5deg);
    border: 3px solid blue;
}

.fid-style5 img {
    opacity: 0.8;
    border: 5px dotted green;
}
