.videos-wrapper.one .video-item {
    padding: 100px;
}

.videos-wrapper .videos-item .videos-item-link .background {
    display: flex;
    justify-content: center;
    height: 400px;
    background-color: #727272;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.videos-wrapper.one .videos-item .videos-item-link .background {
    height: 680px;
}

.videos-wrapper.one .videos-item .videos-item-link .background svg {
    transform: scale(1.8);
}

.videos-wrapper .videos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.videos-wrapper .owl-stage {
    display: flex;
}

.videos-wrapper .videos-content .owl-stage-outer {
    padding: 0 20px;
    margin: 0 -20px;
}

.videos-wrapper .owl-item.active {
    opacity: 1;
}

.videos-wrapper .owl-item {
    opacity: 0;
    transition: 0.4s;
}

.videos-wrapper .videos-item img {
    width: auto !important;
    margin-bottom: 24px;
}

.videos-wrapper .owl-nav {
    justify-content: space-between;
    display: flex !important;
    pointer-events: none;
    position: absolute;
    top: 40%;
    left: -110px;
    right: -110px;
}

.videos-wrapper .owl-nav.disabled {
    display: none !important;
}

.videos-wrapper .videos-content {
    position: relative;
}

.videos-wrapper .owl-nav button {
    width: 60px;
    height: 60px;
    border: 1px solid #87A5C099 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.4s;
    pointer-events: all;
}

.videos-wrapper .owl-nav button:hover {
    background: var(--accent) !Important;
    border-color: var(--accent) !Important;
}

.videos-wrapper .videos-item .videos-item-position {
    font-family: var(--solomon);
    font-weight: 400;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    padding-bottom: 24px;
    color: #1E235380;
}

.videos-wrapper .owl-nav button:hover svg path {
    stroke: #fff;
}

.videos-wrapper .owl-nav button svg path {
    transition: 0.4s;
}

.videos-wrapper .videos-item .videos-item-title {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    font-family: var(--solomon);
    font-weight: 500;
    color: var(--blue);
    padding-bottom: 16px;
}

.videos-wrapper .videos-item .videos-item-title {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    font-family: var(--solomon);
    font-weight: 700;
    color: var(--blue);
    opacity: .6;
}

.videos-wrapper .videos-item .videos-item-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    font-family: var(--solomon);
    color: var(--lightblue);
}

.videos-wrapper .videos-item .videos-item-detail .main-button {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

@media all and (max-width: 1750px) {
    .videos-wrapper .owl-nav {
        left: 5px;
        right: 5px;
    }
}

@media all and (max-width: 1024px) {
    .videos-wrapper .owl-nav {
        justify-content: center;
        position: static;
        margin-top: 40px;
    }

    .videos-wrapper .owl-nav > * {
        margin: 0 8px;
    }

    .videos-wrapper .videos-item:not(:first-child) {
        margin-top: 20px;
    }
}

@media all and (max-width: 768px) {
    .videos-wrapper.one .videos-item .videos-item-link .background {
        height: 507px;
    }

    .videos-wrapper.one .videos-item .videos-item-link .background svg {
        transform: scale(1.4);
    }
}