.video{
            background-color: #E6E7E8;
            padding-bottom: 50px;
        }
        .swiper-title{
            padding: 25px 2%;
            font-size: calc(24px + ((36 - 24) * (100vw - 375px)) / (1920 - 375));
            color: black;
            font-family: "Helvetica Neue LT W01_97 BlkCn";
            line-height: 1.4666666667em;
        }
        #js-videos {
            width: 100%;
            margin: auto;
            padding: 10px;
        }
        .slick-slide {
            padding: 0 10px;
            margin-bottom:0;
            position: relative;
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }
        
        .slick-prev, .slick-next {
            width: auto;
            color: #008290;
            background-color: #E6E7E8;
            opacity: 0.5;
            z-index: 1;
            height: 50.4px;
            margin-top: -25px;
        }
        .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
            background-color: #E6E7E8;
            opacity: 1;
        }
        .slick-prev{
            left: 0;
        }
        .slick-next{
            right:0
        }
        .slick-next:before,.slick-prev:before {
            content: none;
        }
        .slick-dots {
            position: absolute;
            bottom: -30px;
            list-style: none;
            display: block;
            text-align: center;
            padding: 0;
            width: 100%;
            font-size: .9375em;
            line-height: 1.4666666667em;
        }
        .slick-dots li {
            position: relative;
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 0 5px;
            padding: 3px 0;
            cursor: pointer;
        }
        .slick-dots li button{
            background: #fff;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            margin: 0;
            vertical-align: baseline;
            border-radius: 50%;
            border: 2px solid #939598;
            transform: scale(0.7);
        }
        .slick-active button {
            background-color: #d6d6d6!important;
        }
        .slick-dots li button:hover {
            background-color: #d6d6d6;
            transition: all 0.3s ease-in-out;
        }
        .slick-dots li button:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            font-family: "slick";
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            opacity: .25;
            -webkit-font-smoothing: antialiased;
        }
        .video-title{
            color: #000;
            cursor: pointer;
            font-size: 16px;
            font-weight: normal;
            display: block;
            padding: 5px 5px 0px 5px;
            font-family: "Helvetica Neue LT W01_55 Roman";
            line-height: 1.4666666667em;
        }
        .video-subtitle{
            font-family: "Helvetica Neue LT W01_71488914";
            color: #000;
            cursor: pointer;
            font-size: 16px;
            font-weight: normal;
            padding: 5px 5px 0px 5px;
            display: block;
            line-height: 1.4666666667em;
        }
        .video-img{
            max-width: 100%;
            max-height: 100%;
        }
        @media screen and (min-width:900px) {
            .slick-dots li button {
                transform: scale(1);
            }
        }
        .video-link {
            position: absolute;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 0;
            right: 0;
            cursor: pointer;
        }
        .button-wrapper {
            padding: 3vw 3vw 3vw 4vw;
            margin: 0 auto;
            background-color: rgba(255, 255, 255, 0.75);
            border-radius: 50%;
        }
        .play {
            border: 0;
            background: transparent;
            box-sizing: border-box;
            width: 0;
            border-color: transparent transparent transparent #202020;
            transition: 100ms all ease;
            cursor: pointer;
            border-style: solid;
            border-width: 3vw 0 3vw 5vw;
            margin: 0 auto;
            opacity: 0.5;
        }
        #playImage{
            position: absolute;
        }
        #videoContainer{
            visibility: hidden;
        }
        #playImage,#videoContainer{
            height: 25vw;
            width: 40vw;
            margin: 0 10px;
            
        }
        .play:hover {
            border-color: transparent transparent transparent #404040;
        }
        #video-Image{
            width: 100%;
            cursor: pointer;
        }
        @media screen and (max-width: 1299px) {
            #video-Image {
                height: 35vw;
                width: 56vw;
            }
        }
        @media screen and (min-width:900px) {
        .button-wrapper {
            padding: 1.3vw 1.3vw 1.3vw 1.8vw;
        }
        .play {
            border-width: 1.3vw 0 1.3vw 2.1vw;
        }
        }
        @media screen and (max-width: 1299px) {
            #playImage,#videoContainer{
                height: 35vw;
                width: 56vw;
            }
        }