.silverbranch-age-bg {
     background: rgba(0,0,0,.7);
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 10000;
     display: none;
}

.silverbranch-age-checker {
     background-image:url('/images/pwb-age-popup.jpg');
     background-repeat:no-repeat;
     width: 400px;
     height:475px;
     position: fixed;
     z-index: 100000;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) !important;
     -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); position: absolute;
}

.yes-button {
     position: relative;
     top: 350px;
     left: 70px;
}

.no-button {
     position: relative;
     top: 310px;
     left: 225px;
}

.close-age-popup {
     cursor:pointer
}