#screen_2 .videoWrapper {
    top: 200px;
    left: 319px;
    width: 1280px;
    height: auto;
    border: none;
    position: absolute;
    /* background: #fff; */
}

#screen_2 .videoWrapper .poster_video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1280px;
    height: 666px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

#screen_2 .poster_video .thumb_img {
    width: 401px;
    height: 401px;
    background: url('../assets/images/03_tool_overview_guide.png');
    position: absolute;
    left: 83px;
    top: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#screen_2 .poster_video .vid_play_btn {
    position: absolute;
    /* left: 588px;
    top: 307px;
    width: 104px;
    height: 104px; */
    left: 600px;
    top: 296px;
    width: 74px;
    height: 74px;
    cursor: pointer;
    background-color: #FE662D;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
#screen_2 .poster_video .vid_play_btn svg{
    height: 40px;
    width: 40px;
    position: relative;
    left: 2px;
    top: 16px;
}
#screen_2 .poster_video .vid_play_btn:hover {
    background-color: #ff4c00;
}
#screen_2 .poster_video .vid_play_btn:hover ellipse {
    fill: #ff4c00;
}

#screen_2 .poster_video .callout {
    top: 65px;
    left: 550px;
    width: 568px;
    height: 210px;
    background: #435363;
    border-radius: 20px;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
}

#screen_2 .poster_video .callout span {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Minion_regular_italic';
	font-style: italic;
    font-size: 25px;
}

#screen_2 .poster_video .callout:after {
    content: '';
    position: absolute;
    left: -58px;
    top: 60px;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-right: 60px solid #435363;
}

#screen_2 .Heading {
    top: 92px;
    left: 501px;
    width: 918px;
    height: 40px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-family: 'Minion_regular';
    font-size: 34px;
}

/* video:-webkit-full-screen {
   width: 100%;
   height: 100%;
   max-height: 100%;
   left:0px;
   top:0px;
} */