.restaurant-div {
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 280px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.resto-img {
    height: 100%;
    width: 30%;
}

.resto-imgg {
    background-size: cover;
    height: 100%;
    background-repeat:no-repeat;
    background-position: center center;
    width: 30%;
}

#lcc-akkawi {
    background-image: url("../img/compressed/lcc-akkawi.jpg");
}

#lcc-chezjoel {
    background-image: url("../img/compressed/lcc-chezjoel.jpg");
}

#lcc-falafelguys {
    background-image: url("../img/compressed/lcc-falafelguys.jpg");
}

#lcc-realviet {
    background-image: url("../img/compressed/lcc-realviet.jpg");
}

#lcc-tahin {
    background-image: url("../img/compressed/lcc-tahin.jpg");
}

#lcc-doughboys {
    background-image: url("../img/compressed/lcc-doughboys.jpg");
}

#lcc-pizzafella {
    background-image: url("../img/compressed/lcc-pizzafella.jpg");
}

#lcc-istanbulbakery {
    background-image: url("../img/compressed/lcc-istanbulbakery.jpg");
}

#lcc-mackerel {
    background-image: url("../img/compressed/lcc-mackerel.jpg");
}

#lcc-yorkshirewrap {
    background-image: url("../img/compressed/lcc-yorkshirewrap.jpg");
}

#lcc-jennys {
    background-image: url("../img/compressed/lcc-jennys.jpg");
}

#lcc-banhme {
    background-image: url("../img/compressed/lcc-banhme.jpg");
}

#lcc-manjit {
    background-image: url("../img/compressed/lcc-manjit.jpg");
}

#lcc-leziza {
    background-image: url("../img/compressed/lcc-leziza.jpg");
}

#lcc-saeeda {
    background-image: url("../img/compressed/lcc-saeeda.jpg");
}

#hdy-poco {
    background-image: url("../img/compressed/hdy-poco.jpg");
}

#hdy-lacafetiere {
    background-image: url("../img/compressed/hdy-lacafetiere.jpg");
}

#hdy-sakura {
    background-image: url("../img/compressed/hdy-sakura.jpg");
}

#hdy-pho {
    background-image: url("../img/compressed/hdy-pho.jpg");
}

#hdy-billingtearoom {
    background-image: url("../img/compressed/hdy-billingteahouse.jpg");
}

#hsfth-tobycarvery {
    background-image: url("../img/compressed/hsfth-tobycarvery.jpg");
}

#ca-capthorntons {
    background-image: url("../img/compressed/ca-capthorntons.jpg");
}

#ca-countrycrust {
    background-image: url("../img/compressed/ca-countrycrust.PNG");
}

#mwd-threecottages {
    background-image: url("../img/compressed/mwd-threecottages.jpg");
}

#mwd-kirbys {
    background-image: url("../img/compressed/mwd-kirbys.png");
}

#mwd-happyhouse {
    background-image: url("../img/compressed/mwd-happyhouse.PNG");
}

#mwd-oiled {
    background-image: url("../img/welloiledmain.PNG");
}



.resto-info {
    padding: 10px 20px 10px 20px;
    font-family: 'Montserrat', sans-serif;
    width: 70%;
}

.resto-meta {
    color: darkslategray;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgray;
}

.resto-name-and-address {
    display: flex;
}

.resto-address {
    margin-left: auto;
}

.stars-of-the-show {
    padding-top: 15px;
}

.readmorebtn {
    position: absolute; 
    bottom: 15px; 
    right: 25px;
}

@media (max-width: 568px) {
    .restaurant-div {
        height: auto;
        flex-direction: column;
        margin-bottom: 60px;
    }

    .resto-imgg {
        width: 100%;
        height: 200px;
    }

    .resto-info {
        width: 100%;
    }

    .resto-name-and-address {
        display: block;
    }

    .resto-address {
        margin-bottom: 15px;
    }

    .stars-of-the-show {
        margin-bottom: 15px;
    }

    .readmorebtn {
        bottom: 6px; 
        right: 13px;
    }

  }