/* Created */


.content {
    padding-left: 103px !important;
    padding-right: 103px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: 500px !important;
    width: 960px !important;
    float: none !important;
    background: #FFF !important;
}

.col-container {
    display: block;
    position: relative;
    height: 480px;
}

.video  {
    width: 540px;
    height: 500px;
    margin: 0 0 0 110px;
}

img.anniversary {
    width: auto;
    height: 400px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.action-button {
    position: absolute;
    padding: 10px 36px;
    border-radius: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 25px;
    color: #FFF !important;
    text-decoration: none !important;
    background-color: #E74C3C;
    border-bottom: 5px solid #BD3E31;
    bottom: 0;
    left: 135px;
}

.action-button > a {
    text-decoration: none !important;
    color: #ffffff !important;
    margin-top: 50px;
}

.action-button > a:hover {
    color: #ffffff !important;
}