.age-gate-form{
    background:none;
    background-size:cover;
    padding:50px;
    max-width:700px;
    color:white;
    border-radius: 15px;
    
}
.age-gate-form button {
    width: 150px;
    border-radius: 0px;
    background-color:#00964c;
}
.age-gate-form p{
    
    padding: 30px 50px;
    font-family:initial;
}
.age-gate-background-colour{
    background: #000000;
    background: transparent;
    background-color: RGBA(43,43,43,0.99);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);/*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000)";/*IE8*/
    zoom: 1; 
}