.interscroller-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.interscroller-bg-wrapper {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}

.interscroller-bg {
    position: fixed;
    height: 100%;
    top: 10%;
    backface-visibility: hidden;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .interscroller-bg {
        top: 3%;
    }
}

.inScrollBox {
    height: 300px !important;
}

.inScrollBox .DAGInScrollContainer {
    height: 300px !important;
    position: relative;
}

.inScrollBox .DAGInScrollWrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 300px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    clip: rect(0, auto, auto, 0) !important;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%) !important;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%) !important;
}

.inScrollBox .DAGInScrollInner {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 300px;
    -webkit-transform: translateZ(0) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.Inscroll-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.Inscroll-bg-wrapper {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}

.Inscroll-bg {
    position: fixed;
    height: 100%;
    top: 20%;
    left: 20%;
    backface-visibility: hidden;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .Inscroll-bg {
        top: 3%;
    }
}