.video_container {
            background: #0A1F2D;
            position: relative;
        }

        .slider-captions {
            display: none;
        }

        #mainContainer {
            background: #0f3f8a;
            width: 300px;
            height: 250px;
            overflow: hidden;
            position: absolute;
        }

        #Image_Car {
            position: absolute;
            overflow: hidden;
            margin: 60px 8px;
            left: -120px;
        }

        .blur {
            animation: blur 500ms;
        }

        .slider-captions {
            display: block;
            position: absolute;
            width: 350px;
            height: auto;
            right: 2%;
            bottom: 10%;
            background: rgba(10, 31, 45, 0.8);
            padding: 20px;
            color: #fff;
            line-height: 24px;
            font-size: 13px;
            z-index: 999;
            opacity: 0;
            animation: animate1 1s linear forwards;
            border-radius: 10px;
        }
        .leftside
        {
    right: inherit !important;
    left:2%;
}

        .slider-captions.active {
            opacity: 0;
            animation: animate 1s linear forwards;
        }

        .slider-captions li {
            display: none;
            list-style: none;
            position: relative;
            overflow: hidden;
            height: auto;

        }



        /* .slider-captions li::before {
            content: "";
            position: absolute;
            left: 120%;
            width: 120%;
            height: 120%;
            background: linear-gradient(180deg, rgba(10, 31, 45, 0.1)0%, rgba(10, 31, 45, 1)100%);
            animation: animate 8s linear forwards;
        }*/


        .slider-captions li p a {
            color: #35aeff;
            text-decoration: none;
        }

        .slider-captions li p span.clickme {
            background: #fff;
            display: inline-block;
            color: #0A1F2D;
            padding: 5px 10px;
            margin: 10px 0 0 0;
            border-radius: 5px;
            background: linear-gradient(to left, #E59E56, #ED8F60, #F48468);
        }

        .slider-captions li p span.clickme:hover {
            cursor: pointer;
            background: #fff;
            color: #497b9c;
        }

        .slider-captions li.active {
            display: block;
        }

        #video_sect_player {
            
            transform: scale(1.1,1.1);
        }

        @keyframes animate {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes animate1 {
            0% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

        @keyframes blur {
            0% {
                -webkit-filter: blur(0px);
            }

            50% {
                -webkit-filter: blur(5px);
            }

            100% {
                -webkit-filter: blur(0px);
            }
        }

        #full_video {
            height: 760px;
        }

        .btn-video {
            color: #fff;
        }

        li.intro-slide {
        }

        li.intro-slide p{
            margin: 0 auto 20px auto;
        }

        
        li.end-slide {
            position:absolute !important;
            opacity: 0;
        }

@media only screen and (max-width: 1030px) {
    .slider-captions
    {
        width: 30%;
        right: 5%;
bottom: 10%;
    }
    #video_sect_player
    {
        transform:scale(1,1);
    }
}
@media only screen and (max-width: 850px) {
    .slider-captions
    {
        width: 100%;
        right: initial !important;
bottom: 0%;
    }
    .slider-captions li p span.clickme
    {
        display:table;
    }
}

@media all and (orientation: portrait) {
         div.mobile-force-landscape {
            display: block;
         }
      }

      @media all and (orientation: landscape) {
         div.mobile-force-landscape {
            display: none;
         }
      }