.featherlight {
    cursor: unset;
}

.ays-styled-button {
    margin-top: 25px;
    padding: 20px 15px;
    background: #f37237;
    color: #fff;
    border: 0 none;
    font-family: brandon-grotesque,'Source Sans Pro',Helvetica,Arial,sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.ays-styled-button:hover {
    background-color: #4caf50;
    color: #fff;
}

.ays-full-size {
    width: 766px;
    height: 444px;
}

.ays-dead-center {
    position: absolute;
    top: 50%;
    left: 50%;

    margin: -27px 0 0 -27px;

}