.lnl-video-surround
{
    position: relative;
}

body div.lnl-video-surround > iframe
{
    width: 100%;
    height: 100%;
    position: absolute;
}

.content-button
{
    display: inline-block;
    margin: 0;
    margin-right: 0.5em;
    margin-bottom: 1em;
}

.content-button a
{
    background-color: #FBED12;
    display: inline-block;
    border: none;
    border-radius: 27px;
    padding: 17px 34px;
    box-shadow: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.callout .content-button a
{
    background-color: white;
    min-width: 240px;
}

.callout h3 .content-button
{
    display: inline-block;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.75em;
}

.callout h3 .content-button a
{
    font-family: "HCo Archer SSm";
    text-transform: none;
    font-size: 20px;
    padding: 17px 0;
}
.content-button a:hover
{
    background-color: #F7F788;
}

.callout .content-button a:hover
{
    background-color: #f7f7f7;
}

.book4-callout
{
    background-color: white;
    padding: 0;
}

.book4-callout .content-button a
{
    background-color: #FBED12;
}

.book4-callout .content-button a:hover
{
    background-color: #F7F788;
}
