/***************************************************/
/******************* responsive ********************/
/***************************************************/
@media screen and (max-width : 1024px){}
@media screen and (max-width : 768px) {
    .grid figure{
        float: none;
    }
}
@media screen and (max-width : 640px) {

}
@media screen and (max-width : 480px) {
    .header img{
        width: 300px;
    }
    .dummy-img img {
        width: 340px !important;
        height: 250px !Important;
    }
    .dummy-img{
        height: 250px !important;
    }

}
@media screen and (max-width : 320px) {}