.eve_v_app_container {
    width: 100%;
    height: 600px;
    background-color: #000;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center
}

.field-paragraph-background-media {
    height: 100%
}

.eve_bg_player {
    height: 100%
}

.eve_v_frameloader {
    height: 100%;
    width: 100%
}

.eve_v_app_container .eve_v_posterimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.eve_v_app_container .color_playbutton {
    font-size: 90px;
    padding-top: 15px;
    width: 120px;
    height: 120px;
    display: block;
    cursor: pointer;
    left: 50%;
    margin-left: -60px;
    background-color: #00f0f3;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f0f3), to(#71fe00));
    background: -webkit-linear-gradient(top, #00f0f3, #71fe00);
    background: -moz-linear-gradient(top, #00f0f3, #71fe00);
    background: -ms-linear-gradient(top, #00f0f3, #71fe00);
    background: -o-linear-gradient(top, #00f0f3, #71fe00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    position: absolute;
    top: 90px
}

.eve_v_app_container .color_playbutton:hover {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.eve_v_app_container .controls_and_text.overvideo {
    position: absolute;
    bottom: 20%;
    left: 0;
    color: #FFF
}

.eve_v_app_container h1 {
    left: 0;
    font-size: 85px;
    text-shadow: 0 0 9px #000;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    display: inline-block
}

.eve_v_app_container h3 {
    right: 0;
    font-size: 30px;
    text-shadow: 0 0 9px #000;
    position: relative
}

.eve_v_app_container.header_landing h1 {
    border-bottom: 1px solid #fff
}

.eve_v_app_container.insights h1 {
    font-size: 45px
}

.eve_v_app_container.video_playing h1 {
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    left: -1999px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.eve_v_app_container.video_playing h3 {
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    right: -1999px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.controls_and_text overvideo {
    background-color: rgba(33, 33, 33, .4)
}