.glider-contain {
    width: 310px;
    height: 306px;
    left: 0px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
}
.glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    transform: translateZ(0);
}
.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}
.glider.draggable {
    cursor: -webkit-grab;
    cursor: grab;
    width: 310px;
}
.glider.draggable .glider-slide img {
    pointer-events: none;
}
.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.glider-slide {
    justify-content: center;
    align-content: center;
    width: 100%;
}
.glider-slide img {
    max-width: 100%;
}
.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}
.glider-prev,.glider-next {
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
    color: #a89cc8;
}
.glider-next {
    right: -23px;
    left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default;
}
.glider-slide {
    width: 310px;
}
.glider-hide {
    opacity: 0;
}
.glider-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.glider-dot {
    background: none;
    border: 0;
    padding: 0;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
    background: #a89cc8;
}

/* Custom CSS below*/

.holder_one{
    width: 310px !important;
    height: 306px !important;
}

.holder_two{
    width: 310px;
    height: 306px;
}

.holder_three{
    width: 310px;
    height: 306px;
}

.glider-prev2{
    position: relative;
    left: -34px;
    top: -166px;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-right: 16px solid #000000;
    border-bottom: 16px solid transparent;
    border-left: 0px solid;
    background-color: transparent;
    z-index: 101;
}

.glider-next2{
    position: relative;
    right: -284px;
    top: -166px;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-left: 16px solid #000000;
    border-bottom: 16px solid transparent;
    border-right: 0px solid;
    background-color: transparent;
    z-index: 101;
}

.glider-prev2:hover{
    cursor: pointer;
}
.glider-next2:hover{
    cursor: pointer;
}

.glider-prev3{
    position: relative;
    left: -34px;
    top: -166px;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-right: 16px solid #000000;
    border-bottom: 16px solid transparent;
    border-left: 0px solid;
    background-color: transparent;
    z-index: 101;
}

.glider-next3{
    position: relative;
    right: -284px;
    top: -166px;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-left: 16px solid #000000;
    border-bottom: 16px solid transparent;
    border-right: 0px solid;
    background-color: transparent;
    z-index: 101;
}

.glider-prev3:hover{
    cursor: pointer;
}
.glider-next3:hover{
    cursor: pointer;
}

.glider-prev4{
    position: relative;
    left: -34px;
    top: -166px;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-right: 16px solid #000000;
    border-bottom: 16px solid transparent;
    border-left: 0px solid;
    background-color: transparent;
    z-index: 101;
}

.glider-next4{
    position: relative;
    right: -284px;
    top: -166px;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-left: 16px solid #000000;
    border-bottom: 16px solid transparent;
    border-right: 0px solid;
    background-color: transparent;
    z-index: 101;
}

.glider-prev4:hover{
    cursor: pointer;
}
.glider-next4:hover{
    cursor: pointer;
}

