#video_overlays {
    background: url(/images/virtusai/ny.jpg) center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.pointer {
	cursor:pointer;
}

.pointer-underline {
	cursor:pointer;
}

.pointer-underline:hover {
	text-decoration: underline;
}

.pointer-underline a {
	color:inherit;
}

.use_case_row .use_case {
    text-align: center;
    margin-top: 32px;
}

.use_case_row .use_case_img {
    margin-bottom: 16px;
    max-height: 54px;
}

.border_b {
    border-bottom: 1px solid #eaebed;
}

.content_section .content {
    padding: 64px 24px;
}

.screen-demo {
    position: absolute !important;
    transform-origin: top center;
    transform: perspective(660px) rotatex(33deg) scale(0.74, 0.46) translate3d(-10px, 0, 0);
    margin-top: 80px;
}

.screen-demo video {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    border-style: solid;
    border-color: #b5b2b5;
    border-width: 1px 1px 5px 1px;
    -webkit-box-shadow: 0px 18px 38px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 18px 38px -16px rgba(0,0,0,0.75);
    max-width: 90%;
    box-shadow: 0px 70px 38px -50px rgba(0,0,0,0.6);
}

.sense-feature {
    border-right: solid 1px;
    padding: 8px;
    color: white;
    opacity: 0.7;
    cursor: pointer;
}

.sense-feature:hover {
    opacity: 0.9;
}

.sense-feature.selected {
    opacity: 1;
}

.sense-feature:nth-last-child(2) {
    border-right: none;
}

.sense-arrow {
    color: white;
    font-size: 18px;
    padding: 8px 16px;
    cursor: pointer;
    opacity: 0.7;
}

.sense-arrow:hover {
    opacity: 1;
}

.sense-use-case {
    text-align: center;
    margin-bottom: 64px;
}

.sense-use-case img{
    max-height: 250px;
}

.sense-highlights span {
    padding: 0px 16px;
    color: #fff;
    font-size: 18px;
}