.BBCCarousel {position:relative;width:100%;overflow:hidden;height:400px;margin-bottom:30px;}
.BBCCarousel:before,
.BBCCarousel:after {z-index:2;content:'';width:50%;height:400px;background:rgba(255,255,255, 0.7);position:absolute;top:0;}
.BBCCarousel:before {left:0;margin-left:-495px;}
.BBCCarousel:after {right:0;margin-right:-495px;}
.BBCCarousel-mask {width:990px;position:relative;margin:0 auto;height:400px;}
.BBCCarousel-car {width:9000px;height:400px;position:absolute;left:-990px;transform: translateX(0);transition:transform 250ms ease-in;}
.BBCCarousel-bump-left .BBCCarousel-car {transform: translateX(-35px);}
.BBCCarousel-bump-right .BBCCarousel-car {transform: translateX(35px);}
.BBCCarousel-pane {width:990px;height:400px;position:relative;display:block;float:left;}
.BBCCarousel-pane-title {position:absolute;z-index:1;bottom:0;left:20px;font-size:1.8rem;max-width:70%;display:inline-block;padding:1rem 2rem;background:rgba(255,255,255, 0.7);color:#000;}
.BBCCarousel-arrows {position:relative;width:100%}
.BBCCarousel-arrow {cursor: pointer;font: 0/0 a;text-shadow: none;color: transparent;border:0 none;display:block;position:absolute;top:160px;width:80px;height:80px;border-radius:0;padding:0;min-width:0;}
.BBCCarousel-arrow--previous {left:0;background:#000 url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%3E%3Cpath%20d%3D%22M39.822%2019.155L36.167%2015.5%2020.667%2031l15.5%2015.5%203.655-3.655L27.977%2031z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E') center no-repeat;}
.BBCCarousel-arrow--next {right:0;background:#000 url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%3E%3Cpath%20d%3D%22M25.833%2015.5l-3.655%203.655L34.023%2031%2022.178%2042.845l3.655%203.655%2015.5-15.5z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E') center no-repeat;}