     .wrap{
      width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    background-image: url(http://www.ntb-eng.co.il/uc/uc-image/img-uc-he.jpg);
        background-size: cover;
    background-position: bottom center;
        }

.wrap.en-page{
    background-image: url(http://www.ntb-eng.co.il/uc/uc-image/img-uc-en.jpg);
}

.profile-btn{
    width: 270px;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(http://www.ntb-eng.co.il/uc/uc-image/profile-btn-he.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


.en-page .profile-btn{
    background-image: url(http://www.ntb-eng.co.il/uc/uc-image/profile-btn-en.png);
}




.lang-switch{
    position: absolute;
    text-align: center;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}


.lang-switch a{
   font-family: sans-serif;
    text-decoration: none!important;
    color: #929292;
    font-size: 20px;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.lang-switch .lang-div{
    padding: 0 10px;
}

.he-page .lang-switch .he{
    font-weight: bold;
    color: #365f91;
    cursor: default;
}

.en-page .lang-switch .en{
    font-weight: bold;
    color: #365f91;
    cursor: default;
}




@media only screen and (max-width: 767px) and (orientation : portrait){
    
    .profile-btn {
    width: 220px;
    height: 60px;
    bottom: 115px;
}
    .lang-switch {
    bottom: 45px;
}
  .lang-switch a {
    color: #828282;
    font-size: 16px;
    letter-spacing: 0.2px;
}  
    
    }


@media only screen and (max-width: 375px) and (orientation : portrait){{
    
    }
    
    
@media only screen and (max-width: 320px) and (orientation : portrait){
        .profile-btn {
    width: 190px;
    height: 50px;
    bottom: 100px;
}
        
    }