/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.viamedia-carousel {
    width: 100%;
    min-width: 100%;
    max-width: 100%;    
}

.VueCarousel-slide {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row nowrap;
}

.VueCarousel-inner {
	padding-bottom: 10px;
    max-width: 100%;
    min-width: 100%;
}

.VueCarousel-navigation-button {
    cursor: default !important;
    max-height: 46px;
    min-height: 46px;
    height: 46px;
    padding-top:0 !important;
    padding-bottom: 0 !important;
}

.VueCarousel-navigation button {
    background-color: transparent !important;
}

.VueCarousel-navigation button:focus {
    outline: none !important;
}

.VueCarousel-triangle-right {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 40px solid #009ee3;
    cursor: pointer;
}

.VueCarousel-triangle-left {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 40px solid #009ee3;
    cursor: pointer;
}
