html,body { height:100%;/* overflow:hidden;*/margin:0;padding:0; position:relative;}
body{
    /*height:1200px;*/
}
#BGimage{
    width:100%;
    height:100%;
    /*height:2500px;*/
    /*position:relative;*/
    /*background:url("../images/index.jpg");*/
    background-size:cover;
}
#BGimage img{
    width:100%;
}
.tryDrive,.search,.chooseCars,.user,.cart{
    display:inline-block;
    position:absolute;
}
.wrapper{
    display:inline-block;
    position:absolute;
    /*border: 1px solid #fff;*/
    width: 80px;
    height: 45px;
    top: 12%;
    left: 30.5%;
    z-index:1;
}
.chooseCar{
    /*border:1px solid #fff;*/
    width:80px;
    height:45px;
    /*top:80px;*/
    /*left:410px;*/
}
.dropDown{
    display:none;
    width:100%;
    position:absolute;
    top:19%;
    /*left:-412px;*/
    /*float:left;*/
    /*z-index:10;*/
}
.dropDown>img{
    width:100%;
}
/*.wrapper:hover .dropDown{*/
    /*display:block;*/
/*}*/
.tryDrive{
    /*border:1px solid #000;*/
    top:53%;
    left:85.08%;
    width:113px;
    height:112px;
    box-shadow:0 0 5px 5px black;
    transition: .5s;
}
.tryDrive:hover{box-shadow:0 0 0 0 transparent;}
.search{
    /*border:1px solid #fff;*/
    top:70%;
    left:85%;
    width:115px;
    height:113px;
    transition: .5s;

}
.search:hover{box-shadow:0 0 25px 0 red;}
.chooseCars{
    /*border:1px solid #fff;*/
    width:160px;
    height:115px;
    top:10%;
    left:20%;
}
.user{
    /*border:1px solid #fff;*/
    width:50px;
    height:30px;
    top:2%;
    left:75.5%;
}
.cart{
    /*border:1px solid #fff;*/
    width:70px;
    height:30px;
    top:2%;
    left:80.5%;
}




