/*
full names: tshidiso brandon khoza
alies: stbrandon
handler :@stbrandondoncanvas
phone: +27 (0) 67 8959 224
email: 8brandonkhoza@gmail.com 
https://github.com/tshidisobrandonkhoza 
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway:wght@500&display&family=Secular+One&display&family=IBM+Plex+Sans:wght@300&family=Josefin+Sans&display=swap');

*{
    border:0;
    padding: 0;
    margin:0;
    outline: none;
    text-decoration:none;
    list-style:none;
    font-size: 14px;
    color: #000; 
    font-family: 'Assistant', sans-serif;
    font-weight: 300;
    outline: none;
} 
html, body {
    position: relative;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
/*    max-width: 1920px;
    margin: 0 auto;*/
}
 
input:focus{
    outline:none;
}
textarea:focus{
    outline:none;
}
button{
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
button:hover{
    background-color: #f6f6f6;
    transition: all 0.2s ease-in-out;
} 
/*end rest html*/
h1{ 
    font-family: 'Secular One', sans-serif;
}
h2, h3, h4, h5, h6{
    font-family: 'Secular One', sans-serif;
}
p{ 
    font-family: 'Raleway', sans-serif; 
}
form, li, a{
    text-decoration: none;

    font-family: 'IBM Plex Sans', sans-serif;
}
/*start loading*/
#tilt_load{
    z-index: 599;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%; 
    background: #000;
    transition: all 0.4s ease-in-out;
}
.tilt_loadA{
    z-index: 2;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%; 
    background: #000;
    transition: all 0.4s ease-in-out;
}
.tilt_loadB{

    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;  
    background: #f5f5f5;
    transition: all 0.4s ease-in-out;
}
.load--motion{
    position: fixed;
    top:94%;
    left:94%;
    transform: translate(-90%,-90%); 
    width: 145px;
}
.m--box{
    margin: 15px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border-radius: 100%;
}
#m--box1{ 
    left: 0;
    animation: m1 1s infinite;
    -webkit-animation: m1 1s infinite;
}
#m--box2{ 
    left: 0;
    animation: m2 1s linear;
    -webkit-animation: m2 1s linear;
}
#m--box3{
    left: 0;
    animation: m3 1s infinite;
    -webkit-animation: m3 1s infinite;
}
@-webkit-keyframes  m1 {
    0%{   left: 0 }
    50%{  left: 75px;  }
    100%{  left: 0; }
}
@-webkit-keyframes  m3 {
    0%{  left: 0 }
    50%{ left: -75px; }
    100%{left: 0; }
}
@media only screen and (max-width : 900px) {}
@media only screen and (max-width : 700px) {}
@media only screen and (max-width : 400px) {}
/*end loading*/
.jar-dark{
    background: #000;
}
header { 
    z-index:198;
    background: rgba(25,25,25, .0); 
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 6.5em; 

}
.darknav{

    background: rgba(25,25,25, .99);
}
.nav-up {
    top: -12em;
    transition: all 0.4s ease-in-out;
}
.nav-down {  
    top: 0;
    background: rgba(25,25,25, .99);
    height: 6.5em;  
    transition: all  0.4s ease-in-out;
}
/*start logo*/
#nav-logo{ 
    display: inline-block;
    position: absolute;
    top: 2.2em;
    left: 10%; 
    width: 24em;
    height: 8em;
    transform: translate(-15%,0);

    background-image: url(../images/connectkonkesalogowhite.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#nav-logo-mobile{ 
    display: inline-block;
    position: absolute;
    top: 2.2em;
    left: 10%; 
    width: 24em;
    height: 8em;
    transform: translate(-15%,0);
    background-image: url(../images/connectkonkesalogoblack.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#nav-list{ 

    overflow: hidden;
    display: inline-block;
    position: relative;
    top:54%;
    left: calc(25% + 16em); 

    transform: translate(calc(- 25% + 18em), -54%);
    width:  auto; 
    height: auto;  
    cursor: pointer; 
    transition: all .2s ease-in-out;


}
#nav-list ul{ 
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto; 
}
#nav-list ul li{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: inline-block
}
#nav-list ul li a{
    margin: .2em;
    margin-left: 2em;
    font-size: 1em;
    font-weight: 900;
    color: rgba(255,0,0,1);
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    font-family: 'IBM Plex Sans', sans-serif;   
}
#nav-list ul li:nth-child(5) {
    font-size: .8em;
} 
#nav-list li a:hover{ 

    transition: all 0.2s ease-in-out;
    color: rgba(255,255,255,.8);
}
/*end logo*/
/*start menu button*/
#header-mobile-btn {
    display: none;
    z-index: 499;
    overflow: hidden;
    float: right;
    position: fixed;
    top:1.6em;
    right: 4em;
    height:2.5em;   
    width: 2.5em;
    margin-top: 2em; 
    cursor: pointer;
}
.header-mobile-opn{
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    height:100%;   
    width:100%;   
}
.header-mobile-opn li{
    position: relative;;
    top:0;
    left: 0;
    margin-top: calc( 100% / 7); 
    height: calc( 100% / 7);   
    width: 100%;
    background-color: #cc0033;
    transition: all 0.4s ease-in-out;
}
.header-mobile-opn .slideItem{
    transition: all 0.4s ease-in-out;
    left: 100%;
}
#header-mobile-cls{
    opacity: 1;
    position: absolute;
    top:0;
    left: 0;
    height:100%;   
    width:100%;   
}
.header-mobile-cls li{
    position: relative;;
    top:0;
    left: 0;
    margin-top: calc( 100% / 7); 
    height: calc( 100% / 7);   
    width: 100%;
    background-color: none;
    transition: all 0.4s ease-in-out;
}
.header-mobile-cls li:nth-child(even){

    background-color: #cc0033;;
}
.header-mobile-cls .slideItem{
    transition: all 0.4s ease-in-out;
    left: 100%;
}
/*end menu button*/
/*start mobile head menu*/
#head{
    z-index: 400;
    /*display: block;*/
    display:none;
    position: fixed;
    top:0;
    left:0;
    height: 100%;  
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    transition: all 0.8s ease-in-out;
    text-align: left;
}
#head ul{
    margin: 0 auto;
    position: relative;
    top:calc(50% + 1em);
    left:0;
    transform: translate(0,calc(-50% + 1em));
    height: auto;   
    width: 60%;
    text-align: left; 
}
#head li{
    line-height: 180%;
    margin:0;
    font-weight:900;
}
#head li a{
    font-size:2.2em;
    transition: all 0.4s ease-in-out;
}
#head li a:hover{
    color: #cc0033;
    transition: all 0.4s ease-in-out;
}
#head li a.active{
    font-size:2em;
    color: #cc0033;
}
#head ul li:nth-child(5) {
    font-size: .9em;
} 
@media only screen and (max-width : 1289px) {
    #nav-logo-mobile,  #nav-logo{ 
        top: 2.2em;
        left: 6%; 
        width: 24em;
        height: 8em;
        transform: translate(-10%,0);
    }
    #nav-list{ 

        left: calc(15% + 16em); 
        transform: translate(calc(- 15% + 16em), -54%);
    }
    #nav-list ul li a{ 
        margin-left: 1.8em;
    }
}
@media only screen and (max-width : 1090px) {
    .darknav{
        background: rgba(25,25,25, .0);
    }
    .nav-down {  
        background: rgba(25,25,25, .0);
    }
    #nav-logo-mobile, #nav-logo{ 
        left: 3%;  
        transform: translate(-3%,0);
    }
    #nav-list{ 

        left: calc(10% + 14em); 
        transform: translate(calc(- 10% + 14em), -54%);
    }
}
@media only screen and (max-width : 1024px) {
    #nav-list{  
        display: none;
    }
    #header-mobile-btn {
        display: block;  
    } 
    #head li{
        font-size: 1.7em;
    }
}
@media only screen and (max-width : 900px) {
    #head li{
        font-size: 1.6em;
    }
}
@media only screen and (max-width : 800px) {
    #head li{

        line-height: 140%;
        font-size:1.5em;
    }
    #nav-logo-mobile, #nav-logo{  
        /*        left: 2em; */
    }
}
@media only screen and (max-width : 700px) {
    #nav-logo-mobile, #nav-logo{  
        /*        top: .5em;
                left: 2em; 
                width: 14em;
                height: 5em;*/
    }
    #head ul{
        width: 80%;
    }  
}
@media only screen and (max-width : 600px) {  
    header {  
        height: 5.5em; 

    }
    .nav-up {
        top: -10em;
        transition: all 0.4s ease-in-out;
    }
    .nav-down {  
        height: 5.5em; 
    }

    #nav-logo-mobile,   #nav-logo{  
        /*        left: .2em; */
    }
    #head ul{
        /*        width: 80%;*/
    }  
    #head li{
        font-size:1.3em;
    }
    #header-mobile-btn {  
        right: 3em;
        top: .4em;
    } 
    #nav-logo-mobile, #nav-logo{  
        top: 2.2em;
        left: 5%; 
        width: 20em;
        height: 6em;
        transform: translate(-5%,0);

    }
}
@media only screen and (max-width : 480px) {
    header {  
        height: 7em; 
    }
    .nav-up {
        top: -12em;
        transition: all 0.4s ease-in-out;
    }
    .nav-down {  
        height: 7em; 
    }
    #nav-logo-mobile,  #nav-logo{  
        top: 1.8em;
        left: 5%; 
        width: 16em;
        height: 4.5em;
        transform: translate(-10%,0);
    }
    #header-mobile-btn {  
        right: 1.8em;
        top: 1.2em;
    } 
}
@media only screen and (max-width : 360px) {
    #head li{
        font-size:1.2em;
    }
}
@media only screen and (max-height : 500px) {
    #nav-logo-mobile,  #nav-logo{  
        top: 1.8em;
        left: 5%; 
        width: 16em;
        height: 4.5em;
        transform: translate(-10%,0);

    }
    #head ul{
        margin: 0 auto;
        position: relative;
        top:calc(50% + 1em);
        left:30%;
        transform: translate(-30%,calc(-50% + 1em));
    }
    #head li{
        font-size:1.2em;
    }
}
@media only screen and (max-height : 1024px)  {
    #head ul{
        margin: 0 auto;
        position: relative;
        top:calc(60% + 1em);
        left:30%;
        transform: translate(-30%,calc(-60% + 1em));
    }
}
/*end mobile head menu*/
.mainCover{ 
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;  
    max-height: 800px;
}
.main {
    overflow:hidden;
    position:relative;
    top:0;
    left:0;
    width: 100%;
    background: #f4f4f4;
    height: auto;
}
/*start cover*/
.parentMain{
    display: flex; 
    margin:4em auto;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 92%;
    height: auto;
    overflow: hidden;
}
.itemMain{
    margin: 10px;
    background-color: #e4e4e4;
    height: 50px;
}
.itemMain{
    width: 50%;
    height: 300px;
    display: flex; 

    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.itemMain h2{
    font-size: 1.2em;
    font-weight: 700;
} 
@media only screen and (max-width : 900px) {

    .parentMain{
        display: flex; 
        margin:4em auto;
        justify-content: center;
        align-items: center;
        flex-direction:  column;
        width: 92%;
        height: auto;
        overflow: hidden;
        display:none;
    }
    .itemMain{
        width: 50%;
        height: 300px;
        display: flex; 

        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.mainContent {
    margin: 2em auto;

    overflow:hidden;
    position:relative;
    top:0;
    left:0;
    width: 100%; 
    height: auto;
    text-align:center;

}
.mcPage{ 
    display: inline-block;
    position:relative;
    top:0;
    left:0;
    width: 100%; 
    height: auto;
    margin: 10em auto;

    text-align:left;
}

.mcPage p{
    z-index: 10;
    font-size:5em;
    color: #000;
    width: 80%;		
    margin: 1em auto;
}
.mcImgs{

    display: inline-block;
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height: 520px;
    margin: 0 auto; 
    margin-top: 8em ;
}
.mcImgs div{ 
    position:relative;
    top:0;
    left:0;
    width: 75%;
    height: 90%; 
    background: #000;
    padding-top: 8%;
}
.joul{ 
    position:relative;
    top:0;
    left:8%;
    height: auto;
    color: #fff;
    text-align: left;
    font-size: 2.4em;
    margin: .1em;
    width: 350px;
}
.joul:nth-child(1){
    color: #cc0033;
    margin-left: -.3em; 
}
.mcImgs img{

    position: absolute;
    top: -5em;
    left: 40%;
    width: 60%;
    transform: translateY(-5em);
}
.mainVacum{
    overflow: hidden;
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height: 50em;
    padding-bottom: 6em;
    padding-top: 2em;
}
.printing-x {
    position:relative;
    top: 40%;
    left:0;
    height: auto;
    width: auto; 
    transform: translateY(-40%);
}
.printing-x h1{
    margin-left: 2em;

    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:  #000;
    -webkit-text-stroke-width: 1px;
    font-size: 20em;
}
.printing-y {
    margin-top: 4em;
    margin-bottom: 6em;
    position:relative;
    top: 5%;
    left: 20%;
    height: auto;
    width: 300px;

    transform: translate(-20%, -5%);
}
.printing-y h1{
    color: #cc0033;
    font-size: 1.2em;
}
.printing-y p{
    margin: .1em;
    font-size: 1.4em;
}
@media only screen and (max-width : 1023px) {
    .mcPage{    margin: 5em auto;  }
    .mcImgs{ 
        height: 400px;
    }
    .joul{
        width: 300px;
        font-size: 1.8em;
    }
    .mcImgs img{
        position: absolute;
        top: -2em;
        left: 45%;
        width: 55%;
        transform: translateY(-2em);
    }

    .mainVacum{ 
        height: 50em;
        padding-bottom: 6em;

        padding-top: 0em;
    }
    .printing-x { 
        top: 30%; 
        transform: translateY(-30%);
    }
    .printing-x h1{
        margin-left: 2em; 
        font-size: 20em;
    }
    .printing-y {
        margin-top: 4em;
        margin-bottom: 6em;
        position:relative;
        top: 5%;
        left: 20%;
        height: auto;
        width: 300px;

        transform: translate(-20%, -5%);
    }

}
@media only screen and (max-width : 900px) {
    .mcPage{margin:4em auto; }
    .mcPage p{
        z-index: 10; 
        width: 80%;		
        margin: 1em auto;
        font-size:3em;
    }
}
@media only screen and (max-width : 800px) {
    .mcImgs{ 
        height: 300px;
    }
    .joul{
        width: 250px;
        font-size: 1.2em;
    }.joul:nth-child(1){ 
        margin-left: -.1em; 
        font-size: 1.6em;
    }
    .mainVacum{ 
        height: 45em;

    }
    .printing-x h1{
        margin-left: 1em;  
    }
    .printing-y {

        margin: 0 auto;
        width: 80%;
        margin-top: 0em;
    }


}
@media only screen and (max-width : 600px) {
    .mcPage{  margin:4em auto; }
    .mcPage p{ font-size:3em; }
    .mcImgs{   margin-top: 6em ;

    }

    .mcImgs div{ 
        padding-top: 20%;
        width: 100%;
    }
    .printing-y {
        margin-top: 4em;
        margin-bottom: 6em; 
        top: 5%;
        left: 0; 
        width: 300px;

        transform: translate(0, -5%);
    }
}
@media only screen and (max-width : 500px) {
    .mcPage{  margin:0em auto;}
    .mcPage p{  font-size:2.6em;  }

    .mcImgs div{ 
        padding-top: 25%;
        width: 100%;
    }

    .printing-x h1{
        margin-left: .5em;  
    }
}
@media only screen and (max-width : 380px) {
    .printing-y {  

        width:80%;

    }
}
/*Start 
/*Start portfolio*/
.mainList{
    margin: 2em auto;
    position:relative;
    top:0;
    left:0;
    width: 86%;
    height: auto; 
}
.mainList h1{
    color: #cc0033;
    font-size: 1.6em;
}
.mainList ul{
    position:relative;
    top:0;
    left:-10%;
    width: 100%;
    height: auto; 
    overflow:hidden;

    transform: translateX(10%);
    margin-bottom: 2em;
}
.mainList ul li{
    margin: .3em auto;
    position:relative;
    top:0;
    left:0;
    width: 70%;
    height: auto; 
    border-bottom: 1px solid #000;
    padding-bottom:1.3em;
    padding-top:1.3em;

}
.servList ul li{
    margin: 1em auto;
    padding-bottom:1em;
    padding-top:1em;

}
/*.mainList ul li::after{
    position:absolute;
    top:10px;
    right:15px;
    width: 25px;
    height: 25px; 
    content: "";
    border: #70adb5 solid 1px;
    border-radius: 100%;
}*/
.servList ul li::after{
    border: #000 solid 1px; 
}
.mainList ul li.xheader{
    /*    margin-top: 6em;*/
    margin-top: 2em;
    left: -2em;
    padding-bottom:0;
    padding-top:0;
    border-bottom: 0px solid #000;

}
.mainList ul li.xheader::after{
    position:absolute;
    top:0;
    right:0;
    width: 0;
    height: 0; 
    content: "";
    background: #fff;
    border: 0px solid #fff;
}
.xheader h3{
    font-size:3.4em;
    color: #000;
    font-weight: 900;

}
.port h3{
    font-size:2em;
    color: #70adb5;

    font-weight: 700;
}
@media only screen and (max-width : 500px) {
    .xheader h3{
        font-size:2em; 
        font-weight: 700;

    }
    .port h3{
        font-size:1.8em; 
        font-weight: 700;
    }

} 
/*end portfolio */
/*Start team*/
.the--team{ 
    overflow: hidden;
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height: auto; 
    background-color: #000;
    padding-top: 8em;
}
.profile{
    overflow: hidden;
    margin: 4em auto;
    position:relative;
    top:0;
    left:0;
    width: 80%;
    height: 30em; 
    padding-bottom:2em;
    border-bottom: 1px solid #000; 
}
.theLine-profile{
    position:absolute;
    top:5%;
    left:45%;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.pdImg{  
    overflow: hidden;
    display: inline-block;
    position:relative;
    top:0;
    left:0;
    width: 30em;
    height: 30em; 
    float: right;}
.pdImg img{ 
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    float: right;

}
.pdImgA{

    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(25,25,25,.8);  

    transition: all 0.4s ease-in-out;
}
.profile:hover .pdImgA{
    transition: all 0.4s ease-in-out;
    background-color: rgba(25,25,25,.0);  
}
.profile-details{ 
    overflow: hidden;
    display: inline-block;
    position:relative;
    top:0;
    left:0; 
    width: 300px;
    padding: 2em;
    height: auto;  
    float: right;
}
.profile-details h3{ 
    font-size: 2em;
    color: #cc0033;
    margin: -.3em;
    font-family: 'Josefin Sans', sans-serif;
}
.profile-details h3:nth-child(1){
    margin-top: 4em;
}
.profile-details h2{	
    margin: .3em;
    color: #f4f4f4;
    font-size: 1.2em;
}
.profile-details h3:nth-last-child{
    font-weight: 900;
    font-size: 1.2em;

}
@media only screen and (max-width : 1299px) {

    .profile-details h3{
        /*        font-size: 3.8em;*/
    }
}
@media only screen and (max-width : 1023px) {
    /*Start team*/
    .the--team{ 
        overflow: hidden;
        position:relative;
        top:0;
        left:0;
        width: 100%;
        height: auto; 
        background-color: #000;


        padding-top: 4em;
    }
    .profile{
        overflow: hidden;

        position:relative;
        top:0;
        left:0;
        width: 80%;
        height: auto; 
        padding-bottom:2em;
        border-bottom: 1px solid #000; 
    }

    .pdImg{  
        float: none;
        overflow: hidden;
        display: inline-block;
        position:relative;
        top:0;
        left:0;
        margin: 0 auto;
        width: 20em;
        height: 20em; 


    }

    .pdImg img{ 
        overflow: hidden;
        display: inline-block;
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%; 
        float: right;
    }
    .the--team{ 
        /*        width: 86%;*/
    }
    .profile-details h3{

        /*        font-size: 3em;*/
    }
}
@media only screen and (max-width : 900px) {
    .profile-details{ 
        overflow: hidden;

        position:relative;
        top:0;
        left:0; 
        width: 300px;
        padding: 2em;
        height: auto;  
        float: right;


        display:  block;
    }
    .profile{
        overflow: hidden;
        margin: 0em auto;
    }

    .the--team{ 
        /*        width: 90%;*/
    }
    .profile-details{
        /*        margin: 3em auto; 
                height: 14em; 
                margin-left:.5em;
                margin-right:.5em;*/
    }
    .profile-details h3{

        /*        font-size: 3em;*/
    }
}
@media only screen and (max-width : 800px) {
    .profile-details h3:nth-child(1){
        margin-top: 2em;
    }
    .the--team{ 
        /*        width: 90%;*/
    }
    .profile-details{

        /*        margin: 4em auto; 
                height: 8em;  */
    }
    .profile-details h3{

        /*        font-size: 2.2em;*/
    }
    .profile img{  
        /*        width: 18em;
                height: 18em; */

    }
}
@media only screen and (max-width : 764px) {
    .profile{
        overflow: hidden;
        margin: 0em auto;
    }
    .profile-details h3{
        /*        font-size: 1.8em;*/
    }
}
@media only screen and (max-width : 600px) {
    .profile-details h3:nth-child(1){
        margin-top: 0em;
    }
    .profile-details{ 
        overflow: hidden;

        position:relative;
        top:0;
        left:0; 

        width: 90%;
        float: none;
        padding: 1em;
    }
    .profile-details{
        /*        z-index:2;
                float: right;
                margin-top: 15em;
                height: auto; */
    }
    .profile{ 
        /*        margin: 2em auto; 
                width: 100%;
                height: auto;
                padding-bottom:0;*/
    }
    .profile img{  
        /*        z-index:1;
                position: absolute;
                width: 14em;
                height: 14em; */

    }
}
.workDone{
    overflow: hidden;

    margin: 0 auto;
    position:relative;
    top:0;
    left:0;
    max-width: 98%;
    text-align:left;
    padding-top: 2em;
    padding-bottom: 2em;
    height: auto;
}
.workDone li{
    float:left;
    margin: .2em;
    display: inline-block;
    position:relative;
    top:0;
    left:0;
    max-width: calc(25% - .5em);
    min-width:  18em; 

    height: 18em;
}
.workDone li img{
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width : 500px) {

    .workDone{

        padding-top: 5em;
        padding-bottom: 5em;
    }

    .workDone li{
        float:left;
        margin: .2em;
        display: inline-block;
        position:relative;
        top:0;
        left:0;
        max-width: 100%;
        min-width:  5em;
        width: auto; 
        height: auto;
    }
}