/*************/
.imged1{
height:270px;width:420px;}

@media screen and (max-width: 768px) {
    .imged1{
height:180px;width:250px;}
}


@media screen and (max-width:640px) {
    .imged1{
height:100px;width:160px;}
}


@media screen and (max-width: 420px) {
    .imged1{
height:120px;width:200px;}
}
