*{margin:0;padding:0;box-sizing:border-box;}
html, body{height:100%;}
body{background-image:url('/images/bg-min.jpg');background-size:100%;background-repeat:no-repeat;background-position:left top;font-family:open sans hebrew;}
.wrapper{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:10%;}
.wrapper .brand{margin-bottom:-5px;}
.wrapper .brand img{height:450px;width:100%;object-fit:none;}
.threeBtns{width:628px;display:flex;flex-direction:row-reverse;flex-wrap:wrap;padding:3px;background-color:#3d414c;}
.threeBtns a{display:block;width:100%;text-align:center;background-color:#4eb3d1;color:#fff;border:none;font-size:21px;margin:5px;padding:17px 57px;cursor:pointer;text-decoration:none;}
@media(max-width:600px){body{height:90% !important;background-position:center;background-repeat:no-repeat;background-size:cover;}
.wrapper{margin-top:40%;}.wrapper .brand{padding: 15% 15% 0 15%;}.wrapper .brand img{height:100%;width:100%;object-fit:contain;}
.threeBtns{width:70%;}.threeBtns a{padding: 17px 0px;font-size: 18px;}
}