﻿.wrapper, .container {
            font: 400 16px / 1.667 "Open Sans",sans-serif;
            font-weight: 300;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
            top: -257px;
            margin-bottom: -450px;
        }

            .video-container .video-container video, .video-container video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .video_overlays {
            position: absolute;
            z-index: 999;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

        .video_iframe {
            margin-top: 7.9%;
            margin-left: 6.5%;
            /* left: 0; */
            width: 86% !important;
            height: 95%;
            /* transform-origin: 0 0; */
            top: 52px;
            float: left;
            z-index: 999;
            /* perspective: 100px; */
            /* transform: perspective( 2016px ); */
            /* perspective-origin: 40% 75%; */
            z-index: 999;
            transform: scale3d(0.5, 0.5, 3.5);
        }

        .text-muted {
            color: #333;
        }

        * {
            margin: 0;
            padding: 0;
        }

        .magnify {
            position: relative;
        }

            /*Lets create the magnifying glass*/
            .magnify .large {
                width: 175px;
                height: 175px;
                position: absolute;
                border-radius: 100%;
                /*Multiple box shadows to achieve the glass effect*/
                box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
                /*Lets load up the large image first*/
                background-repeat: no-repeat;
                /*hide the glass by default*/
                display: none;
            }

            /*To solve overlap bug at the edges during magnification*/
            .magnify .small {
                display: block;
            }body {
}
