.imgScaller{
    width: 250px;
    height: 200px;
}

.imgScallerView{
    width: 100%;
}



@media (max-width:767px){
    .imgScaller{
        width: 150px;
        height: 100px;
    }
}

