.landcontainer {
    width: 100%;
}

/* EVENT CONTENT */
.event_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0px 0;
}
.ecsection {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ecsleft {
    padding: 40px;
}
.ecsigm {
    width: 200px;
}
.ecsigm img {
    width: 100%;
}
.ecstext {
    padding: 40px 40px 40px 0;
}
.ecsheader {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}
.ecstext p {
    font-family: "CambriaAZ";
    line-height: 18px;
    font-size: 14px;
}

.centerbutton {
    text-align: center;
    padding: 0 0 20px 0;
}
.centerbutton.onmobile {
    display: none;
}
.videowrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
}
.videocenter {
    margin: 0 auto;
    padding: 10px 0 20px 0;
}
.videotext {
    display: flex;
    align-content: space-around;
    text-align: left;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
}
.eventmainvideo {
    width: 400px;
}
.videotext p.videohead {
    font-size: 16px;
    font-family: "Poppins";
    line-height: 36px;
}
.videotext p.videodesc {
    line-height: 20px;
    font-family: "Poppins";
}
