@media screen and (max-width: 767px) {
	.left_container{
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px;
		height: auto;
	}
	.right_container .card{
		bottom: 0px;
	    left: 0px;
	    position: relative;
	    right: 0px;
	    top: 0px;
	}
	.mCustomScrollBox{
		height: auto;
	}
	.right_container {
	    display: table;
	    float: none;
	    padding: 30px 15px;
	    width: 100%;
	    position: relative;
	    height: auto;
	}
}

@media screen and (max-width: 991px) {
	.speakers ul li {
	    display: table;
	    padding: 15px;
	    width: 100%;
	}
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 540px) {}

@media screen and (max-width: 479px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.right_container .card{
		left: 30px;
		right:30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 992px) and (max-width: 1023px) {}

@media only screen and (min-width: 992px) and (max-width: 1299px) {}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {}
