body {
    background-color: #fff !important;
}

.slide-item {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 76%;
    margin: 10px;
}


.slide-item-news {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 76%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius:20px;
}

.slider-wrapper {
    margin: 15px auto;
    max-width: 1220px;
}

.slider-2 .slide-item {
    padding-top: 500px;
}

video {
    object-fit: fill;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.nx-newslist {
    margin: 40px 60px;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}