body,
html {
    margin: 0;
    overflow: hidden;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms;
}

body,
.onepage-wrapper,
html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
    width: 100%;
    height: 100%;
    margin: auto;
    /* Important */
    text-align: center;
    vertical-align: middle;
}

.onepage-pagination {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.onepage-pagination li {
    padding: 0;
    text-align: center;
    color: white;
}

.onepage-pagination li a {
    padding: 10px;
    width: 4px;
    height: 4px;
    display: block;

}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid red;
    margin-top: -4px;
    left: 8px;
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
    min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
    display: none;
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
    position: inherit;
}

header {
    position: relative;
    z-index: 10;
}

.main section .page_container {

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    top: 0%;
    left: 0%;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 3;
    height: 100%;

}

.main section {
    overflow: hidden;
}


.videocontent
{
    background-color: #332E2E;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-js {
    position: relative !important;
    width: 80% !important;
    height: 90% !important;
    vertical-align: middle !important;
    margin: 0 auto !important;
    display: block !important;
}

.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image-wrapper {
    display: grid;
    height: 90%;
}

.lightbox-wrapper {

    background-color: #332E2E;
    max-width: 100%;
    max-height: 100%;
    z-index: 3;
    height: 100%;
}


.responsive-img {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

