/************************************************
Common CSS
************************************************/
.sens-vid-carousel-con-inner p:last-child {
    margin-bottom: 0 !important;
}

.sens-vid-carousel .sens-vid-wrap {
    margin-bottom: 30px !important;
}

.slide-controls {
    min-width: 90px;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 50%;
    display: flex;
    justify-content: center;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.slide-controls .slick-arrow {
    background: none !important;
    width: 20px;
    border: none !important;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
}

.slide-controls .slick-arrow i {
    margin: 0 !important;
    font-size: 20px;
    color: #6A2C91;
}

.slide-controls .slick-arrow:first-child {
    left: 0;
}

.slide-controls .slick-arrow:last-of-type {
    right: 0;
}

.sens-slideshow .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sens-slideshow .slick-dots li {
    margin: 0 6px;
    display: flex;
    width: 10px;
    height: 10px;
    background: #E0E0E0;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

.sens-slideshow .slick-dots li.slick-active {
    background: #6A2C91;
}

.sens-slideshow .slick-dots button {
    text-indent: -12000px;
    opacity: 0;
    cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
    color: red;
}

/************************************************
media query for 769 and above resolutions
************************************************/
@media screen and (min-width: 769px) {
    .sens-vid-carousel .sens-vid-carousel-inner {
        display: flex;
    }

    .sens-vid-carousel .sens-vid-carousel-inner > div {
        position: relative;
        float: left;
    }

    .sens-vid-carousel .sens-vid-container,
    .sens-vid-carousel .sens-vid-wrap {
        width: calc(50% - ((4%) * 0.5));
        margin-right: 4%;
        margin-bottom: 0 !important;
    }

    .sens-vid-carousel-con {
        width: calc(50% - ((4%) * 0.5));
        display: flex;
        align-items: center;
    }

    .slide-controls {
        bottom: -40px;
    }
}

/************************************************
media query for 801 and above resolutions
************************************************/
@media screen and (min-width: 801px) {
    .slide-controls {
        bottom: -35px;
    }
}

/************************************************
media query for 975 and above resolutions
************************************************/
@media screen and (min-width: 975px) {
    .slide-controls {
        bottom: -40px;
    }
}

/************************************************
media query for 1025 and above resolutions
************************************************/
@media screen and (min-width: 1025px) {
    .slide-controls {
        bottom: -45px;
    }
}

/************************************************
media query for 1100 and above resolutions
************************************************/
@media screen and (min-width: 1100px) {
    .slide-controls {
        min-width: 90px;
        bottom: 5px;
        left: calc(50% + ((4%) * 0.5));
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/************************************************
media query for 1200 and above resolutions
************************************************/
@media screen and (min-width: 1200px) {
    .slide-controls {
        bottom: 10px;
    }
}

/************************************************
media query for 1300 and above resolutions
************************************************/
@media screen and (min-width: 1300px) {
    .slide-controls {
        bottom: 15px;
    }
}

/************************************************
media query for 1366 and above resolutions
************************************************/
@media screen and (min-width: 1366px) {
    .slide-controls {
        bottom: 20px;
    }
}

/************************************************
media query for 1400 and above resolutions
************************************************/
@media screen and (min-width: 1400px) {
    .slide-controls {
        bottom: 30px;
    }
}

/************************************************
media query for 1440 and above resolutions
************************************************/
@media screen and (min-width: 1440px) {
    .slide-controls {
        bottom: 50px;
    }
}

/************************************************
media query for 1520 and above resolutions
************************************************/
@media only screen and (min-width: 1520px) {
    .slide-controls {
        bottom: 55px;
    }
}
