.wbcom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99999;
}

.wbcomage-modal-content-element {
    padding: 10px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 26%;
}
.wbcomage-modal-content {
    margin: 0 auto;
    padding: 25px;
    border:2px solid rgba(0, 0, 0, 0.35);
    text-align: center;
}
h3.wbcom-age-header {
    font-size: 25px;
    margin-bottom: 0;
}
h5.wbcom-age-subheader {
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
}
.wbcom-age-btns {
    display: flex;
    align-content: center;
    margin:30px auto 0;
    max-width: 400px;
}
span#wbcomage-yesbtn, span#wbcomage-nobtn {
    width: 50%;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 0 10px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    font-weight: bold;
}
span#wbcomage-yesbtn:hover, span#wbcomage-nobtn:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.wbcom-under-age {
    margin-top: 15px;
}
.wbcom-under-age-msg{
    display: none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


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

    .wbcomage-modal-content-element {
        max-width: 310px;
        top: 12%;
    }
    span#wbcomage-yesbtn, span#wbcomage-nobtn {
        font-size: 16px;
    }

}