#garden {
    background-image: url('../images/garden_image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.img_set {
    background-image: url('../images/WarratahDeluxeSuite30.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    height: 340px;
    border: 2px solid #fff;
    position: relative;
    transition : all ease 1.5s;
}
.img_set2 {
    background-image: url('../images/ashcroft.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    height: 340px;
    border: 2px solid #fff;
    position: relative;
    transition : all ease 1.5s;
}
.img_set3 {
    background-image: url('../images/Hideaway On George.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    height: 340px;
    border: 2px solid #fff;
    position: relative;
    transition : all ease 1.5s;
}
.img_set4 {
    background-image: url('../images/Terrace on Walbourne.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    height: 340px;
    border: 2px solid #fff;
    position: relative;
    transition : all ease 1.5s;
}
.img_set5 {
    background-image: url('../images/Terrace On York.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    height: 340px;
    border: 2px solid #fff;
    position: relative;
    transition : all ease 1.5s;
}
.img_set6 {
    background-image: url('../images/Areca 17.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    height: 340px;
    border: 2px solid #fff;
    position: relative;
    transition : all ease-in-out 1.5s;
}
