section.welcome-block-style-2.welcome-block::after{
    display: none;
}
.welcome-block-style-2 .welcome-left {
    width: 45%;
    border-right: none;
    padding-right: 8%;
}
.welcome-block-style-2 .welcome-right {
    position: relative;
    min-height: 830px;
    width: 48%;
}
.position-image {
    width: 603px;
    position: absolute;
    right: 5%;
    bottom: -450px;
}
.welcome-block-style-2 .welcome-video-mp4 {
    margin-top: 0;
    height: 400px;
    border-radius: 0;
}
.welcome-block-style-2 .player-container video {
    border-radius: 0;
}
.welcome-block-style-2 .welcome-video {
    margin-top: 0;
    border-radius: 0;
}
.welcome-block-style-2 .welcome-video iframe{
    border-radius: 0;
}
.welcome-block-style-2 .welcome-left h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}
.welcome-block-style-2 .welcome-left p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}
.welcome-block-style-2 .welcome-left p:last-child{
    margin-bottom: 0;
}
.welcome-block-style-2 .welcome-left h2 span,
.welcome-block-style-2 .welcome-left p span{
    color: #97BF13;
}
.welcome-block-style-2 .button-style-1 {
    background-color: #97BF13;
    border-color: #97BF13;
    background-image: url(../../images/pdf-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}
.welcome-block-style-2 .button-style-1:hover {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
    color: #fff;
}
.welcome-left-content.scroll-style {
    max-height: 470px;
}

@media (max-width:1566px) {
}

@media (max-width:1440px) {
}

@media (max-width:1380px) {
    .welcome-block-style-2 .welcome-right {
        min-height: 730px;
    }
    .position-image {
        width: 500px;
        right: 0;
        bottom: -391px;
    }
    .welcome-block-style-2 .welcome-video-mp4 {
        height: 320px;
    }
    .welcome-left-content.scroll-style {
        max-height: 350px;
    }
}

@media (max-width:1366px) {
}

@media only screen and ( max-width: 1199px) {
    .welcome-left-content.scroll-style {
        max-height: 280px;
    }
}

@media only screen and ( max-width: 961px) {
    .welcome-block-style-2 .welcome-right {
        min-height: 492px;
    }
    .position-image {
        width: 400px;
        right: 0;
        bottom: -405px;
    }
    .welcome-block-style-2 .welcome-left {
        width: 48%;
        padding-right: 5%;
    }
    .welcome-block-style-2 .welcome-video-mp4 {
        height: 260px;
    }
}

@media only screen and ( max-width: 768px) {
    .welcome-block-style-2 .welcome-left {
        width: 100%;
        border: none;
        margin: 0;
        padding-right: 0;
    }
    .welcome-block-style-2 .welcome-left h2 {
        margin-bottom: 30px;
    }
    .welcome-block-style-2 .welcome-right {
        width: 100%;
        min-height: 600px;
    }
    .position-image {
        width: 300px;
        right: 0;
        bottom: -236px;
        left: 0;
        margin: 0 auto;
    }
    .welcome-block-style-2 .welcome-video-mp4 {
        height: 360px;
    }
    .welcome-left-content.scroll-style {
        max-height: initial;
    }
}

@media only screen and ( max-width: 560px) {
    .welcome-block-style-2 .welcome-right {
        width: 100%;
        min-height: 450px;
    }
    .welcome-block-style-2 .welcome-video-mp4 {
        height: 280px;
    }
}