﻿/* BACKGROUND */

#_ks_home_header {
    background-image: url(/images/family-contact.jpg);
}

.emailoffice_button{
    cursor:pointer;
}

#OfficeMap_Krabi {
    float: right;
    margin-top: 15px;
    width: 500px;
    height: 400px;
    background-image: url(/Content/images/KR_Office_Map.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 750px) {
    #OfficeMap_Krabi {
        float:none;
        clear:both;
        background-size: 65%;
    }
 }


