﻿/* for genral pics */
.div-img {
    height: 185px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    width: 100%;
    border-radius: 5px;
    padding: 1px;
}
/* for big pics */
.div-img-big {
    height: 125px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 1px;
}
/* for small pics */
.div-img-sm {
    height: 70px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
}
/* for medium pics */
.div-img-md {
    height: 90px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
}
/* for extra medium pics */
.div-img-e-md {
    height: 130px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
}
/* for youtube video */
.div-img-video {
    height: 136px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
}
/* for viewer opinion */
.div-img-viewer {
    height: 65px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
}
.div-img-sq {
    height: 280px;
    width: 260px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    width: 100%;
    border-radius: 5px;
    padding: 1px;
}

.div-img-rec {
    height: 200px;
    overflow: hidden;
    background: #b6ff00;
    border: 1px solid #b6ff00;
    background: linear-gradient(to right, #b6ff00, #b6ff00);
    width: 100%;
    border-radius: 5px;
    padding: 1px;
}

 
 
 
 