/*/
//////////////////////////////////////////
/*/
/* /////////////////////// identity //////////
/*/
/*/
///////////////////////////////////////////
/*/
#identity-container-outer{

    width:100%;
    margin:auto;
    background:rgba(255,255,255, 0.6);
    min-height:80vh;
}
 #identity-container{
     min-height:70vh;
     background-image: url('../images/computer_guy.jpg');
     background-repeat: no-repeat;
     background-position:right top;
     background-size: cover;
}

 .dokobit-main__header{
    display:none;
}
 #identh3{
    padding-top:130px;
     padding-bottom:20px;
     font-size:20px;
    text-align: center;
}


@media (max-width: 820px) {


    #identity-container-outer{
        width:100%;
        margin:auto;
        background:rgba(255,255,255, 0.6);
        min-height:80vh;
    }
     #identity-container{
        width:100%;

         min-height:70vh;
   
         background-repeat: no-repeat;
         background-position:right top;
         background-size: cover;
    }

     .dokobit-main__header{
        display:none;
    }
     #identh3{
        padding-top:130px;
         padding-bottom:20px;
         font-size:20px;
        text-align: center;
    }
    

}