#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1440px;
    height: 900px;

    background: #000000 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

#backgroundImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1440px;
    height: 900px;
    z-index: -1;
}

@media (max-width: 767.98px)  { 
      #registrationContainer {
        position: fixed;
        bottom: 20px; 
        left: 100px;
        width: 300px;
        height: 60px;
        background: #FF9D00 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #0000001A;
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
        z-index:10;
        display: none;
     }

     #registrationContainer2 {
        position: fixed;
        bottom: 20px; 
        left: 299px;
        width: 50px;
        height: 50px;
        background: #FF9D00 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #0000001A;
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
        z-index:10;
        display: block;
     }
    
     #registrationText {
        font: normal normal bold 14px/16px Ubuntu;
        letter-spacing: 2.1px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1; 
        margin-top:20px;
        margin-left:70px;
     } 
 }

 @media (min-width: 767.98px)  { 
    #registrationContainer {
        position: fixed;
        bottom: 20px; 
        left: 1100px;
        width: 300px;
        height: 60px;
        background: #FF9D00 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #0000001A;
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
        z-index:10;
        display: block;
     }

     
     #registrationContainer2 {
        position: fixed;
        bottom: 20px; 
        left: 299px;
        width: 50px;
        height: 50px;
        background: #FF9D00 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #0000001A;
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
        z-index:10;
        display: none;
     }
    
     #registrationText {
        font: normal normal bold 14px/16px Ubuntu;
        letter-spacing: 2.1px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1; 
        position: absolute;
        top:20px;
        left:70px;
     }
 }