.video-banner {
    overflow: hidden
}

.video-banner .modal.fade {
    opacity: 1;
    z-index: 100001;
    background: rgba(0, 0, 0, .5);
    top: 0
}

.video-banner .modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.video-banner .modal-dialog {
    position: relative;
    display: table;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 1100px;
    height: 620px
}

@media (min-width:1920px) {
    .video-banner .modal-dialog {
        width: 1522px;
        height: 857px
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .video-banner .modal-dialog {
        width: 975px;
        height: 550px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .video-banner .modal-dialog {
        width: 764px;
        height: 432px
    }
    .video-banner #modalCloseIcon {
        margin-bottom: 20px
    }
}

@media (min-width:601px) and (max-width:768px) {
    .video-banner .modal-dialog {
        width: 590px !important;
        height: 333px !important
    }
    .video-banner .vertical-alignment-helper {
        height: 430px !important
    }
    .video-banner #modalCloseIcon {
        margin-right: 5px
    }
}

@media (min-width:481px) and (max-width:601px) {
    .video-banner .modal-dialog {
        width: 476px;
        height: 269px
    }
    .video-banner .vertical-alignment-helper {
        height: 360px !important
    }
}

@media (max-width:480px) {
    .video-banner .modal-dialog {
        width: 400px;
        height: 226px
    }
}

@media (max-width:375px) {
    .video-banner .modal-dialog {
        width: 360px;
        height: 204px
    }
}

@media (max-width:320px) {
    .video-banner .modal-dialog {
        width: 310px;
        height: 175px
    }
}

.video-banner .vertical-alignment-helper {
    display: flex;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.video-banner .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
    top: -40px
}

.video-banner .modal-content {
    background-color: transparent !important;
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all
}

.video-banner .modal-body {
    padding: 0 !important;
    height: 100%;
    background: #000
}

.video-banner .close {
    opacity: 1 !important;
    margin-right: 20px;
    margin-top: 60px
}

.video-banner .close:hover {
    opacity: .5 !important
}

.video-banner #modalCloseIcon {
    width: 40px;
    height: 40px
}

.video-banner #videoFrame {
    width: 100%;
    height: 100%
}

.video-banner #overviewVideo {
    color: #0073dc;
    text-align: left;
    padding-bottom: 20px;
    display: none
}

.video-banner #overviewVideo:hover {
    color: #0487ff;
    cursor: pointer
}

.video-banner #overviewVideo span {
    text-decoration: underline;
    font-size: 16px;
    vertical-align: text-bottom;
    line-height: 40px
}

@media (min-width:769px) {
    .video-banner #overviewVideo {
        display: none
    }
}

@media (max-width:768px) and (min-width:320px) {
    .video-banner #overviewVideo {
        display: table-cell
    }
}

.modal-open .modal {
    overflow-y: hidden !important
}

.modal-backdrop.in {
    opacity: .9 !important
}

#home-page-video {
    padding-top: 25px;
    text-align: center
}

#home-page-video #home-video-play-icon,
#home-page-video #home-video-play-icon-v1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1273dc
}

@media (min-width:1024px) {
    .video-banner .modal-content {
        width: 80%;
        height: 80%;
        margin-top: 12px
    }
}

#home-page-video #home-video-play-icon,
#home-page-video #home-video-play-icon-v1 {
    background-image: url(https://cdn.syncfusion.com/content/images/home-v1/home/home-playbutton-onload-V1.svg);
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 8px;
    background-size: auto;
    height: 60px;
    padding-top: 20px;
    padding-left: 64px
}

#home-page-video #home-video-play-icon-v1:hover,
#home-page-video #home-video-play-icon:hover {
    background-image: url(https://cdn.syncfusion.com/content/images/home-v1/home/home-playbutton-hover-V1.svg);
    cursor: pointer;
    color: #0a98ff;
    text-decoration: underline
}

#home-page-video .home-page-video-title {
    display: inline-flex
}

#home-page-video .home-page-video-title-content {
    padding-top: 20px
}

@media (max-width:767px) {
    #home-banner #home-page-video.play-action {
        margin: 0
    }
    .video-banner .vertical-alignment-helper {
        display: table;
        height: 320px
    }
    .video-banner .close {
        margin-right: 2px
    }
    .video-banner #modalCloseIcon {
        width: 25px;
        height: 25px
    }
}

@media (min-width:1024px) {
    .video-banner .close {
        margin-right: 15%
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    .video-banner .close {
        margin-right: 6%
    }
}

@media (min-width:2559px) {
    .video-banner .close {
        margin-right: 24%
    }
}

@media (max-width:320px) {
    .video-banner .vertical-alignment-helper {
        height: 270px
    }
}

@media (min-width:3839px) {
    .video-banner .close {
        margin-right: 33%
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    10% {
        opacity: .1
    }
    20% {
        opacity: .2
    }
    30% {
        opacity: .3
    }
    40% {
        opacity: .4
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .6
    }
    70% {
        opacity: .7
    }
    90% {
        opacity: .8
    }
    90% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    10% {
        opacity: .1
    }
    20% {
        opacity: .2
    }
    30% {
        opacity: .3
    }
    40% {
        opacity: .4
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .6
    }
    70% {
        opacity: .7
    }
    90% {
        opacity: .8
    }
    90% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    10% {
        opacity: .9
    }
    20% {
        opacity: .8
    }
    30% {
        opacity: .7
    }
    40% {
        opacity: .6
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .4
    }
    70% {
        opacity: .3
    }
    90% {
        opacity: .2
    }
    90% {
        opacity: .1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    10% {
        opacity: .9
    }
    20% {
        opacity: .8
    }
    30% {
        opacity: .7
    }
    40% {
        opacity: .6
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .4
    }
    70% {
        opacity: .3
    }
    90% {
        opacity: .2
    }
    90% {
        opacity: .1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.animated {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#home-video-play-icon-v1 .mobile-view {
    display: none
}

@media (max-width:380px) {
    #home-video-play-icon-v1 .mobile-view {
        display: block
    }
}