#event-listing-slider {position: relative;}
		.with-expiry-btc {
			padding: 0 15px 45px;
    		width: 33.33333%;
    		flex-shrink: 0;
		    transition: .6s;
		}
		.flex-container-btc {
			display: flex;
    		flex-direction: row;
    		float: none !important;
    		margin: 0 !important;
    		overflow-x: hidden;
		}
		.position-btn-next,
		.position-btn-prev {
			position: absolute;
    		z-index: 2;
    		height: 25px;
    		width: 25px;
    		font-size: 18px;
    		text-align: center;
    		cursor: pointer;
   		 	background: #999;
    		color: #fff;
    		border-radius: 50%;
    		opacity: 0.75;
    		top: 40%;
    		-webkit-transform: translate(0, 50%);
    		-ms-transform: translate(0, 50%);
    		transform: translate(0, 50%);
    		border: none;
    		font-weight: bolder;
    		outline: none;
		}
		.position-btn-next {
		   right: -30px;
		   padding: 3px 0 0px 2px;
		}
		.postition-btn-next:before,
		.postition-btn-prev:before {
			font-family: 'Font Awesome\ 5 Free';
    		font-size: 25px;
    		line-height: 1;
    		color: #fff;
    		opacity: .75;
    		font-weight: 900;
    		-webkit-font-smoothing: antialiased;
		}
		
		.position-btn-prev {
			left: -30px;
		    padding: 3px 2px 0px 0px;
		}
		
		@media screen and (max-width: 991px) {
			.with-expiry-btc {
				width: 50%;
			}
		}
		@media screen and (max-width: 824px) {
			.position-btn-next,
		    .position-btn-prev {
				top: unset;
				bottom: 20px;
			}
		    .position-btn-prev {
		     	left: 25%;
		     }
			.position-btn-next {
		     	right: 25%;
		     }
			.position-btn-next:after {
    			content: 'Next';
    			position: absolute;
    			color: #000;
    			right: 45px;
			}
			.position-btn-prev:after {
    			content: 'Previous';
    			position: absolute;
    			color: #000;
    			left: 45px;
			}
		}
		@media screen and (max-width: 538px) {
			.with-expiry-btc {
				width: 100%;
			}
		    .position-btn-prev {
		     	left: 10%;
		     }
			.position-btn-next {
		     	right: 10%;
		     }
		
		}
