.my-custom-slider {
	background: #2956b3;
	color: #fff;
}
.my-custom-slider .ms-bullets {
	right: -350px !important;
	bottom: 12% !important;
}

	.my-custom-slider .ms-slide-info,
	.my-custom-slider .ms-slide-info a {
		color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.my-custom-slider .ms-slide-info a {
		border-bottom: 1px solid #FFF;
	}
	.my-custom-slider .ms-slide-info a:hover {
		border-bottom: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;		
	}



	.my-custom-slider .ms-slide-info h2 {
		background: none;
		padding: 0;
	}


.my-custom-slider .ms-bullets {
	z-index: 9999;
}
.my-custom-slider .ms-skin-light-2 .ms-bullet {
	border: solid 1px rgb(231, 231, 231) !important;
	border-radius: 50px;
	background: #fff !important;
	z-index: 9999;
}

.my-custom-slider .ms-skin-light-2 .ms-bullet-selected {
	border-radius: 50px;
	background: #ffff43  !important;
}

.my-custom-slider .ms-info {
	margin: 100px 30px;
}

.ms-slide {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
  /* .my-custom-slider {
    min-height: 350px;
  } */
  .ms-view {
    /* height: 180px !important; */
	height: 48vw !important;
	min-height: 180px;
  }
  .ms-slide-bgcont img {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;    
  }
  .ms-slide-info {
    display: block !important;
    opacity: 1 !important;
    right: 0 !important;
    width: 100% !important;
    position: relative;
  }
  .my-custom-slider .ms-info {
	padding-top: 15px;
    margin: 0 !important;
  }
  .my-custom-slider .ms-slide-info h2 {
    font-size: 1.0rem !important;
    padding: 0 10px 20px !important;
  }
  
}




/*@media screen and (max-width: 1200px) {
	.my-custom-slider .master-slider {
		margin: 0;
		width: 100% !important;
		background: inherit;
	}
	.my-custom-slider .ms-slide-info {
		position: relative !important;
		right: 0 !important;
		width: inherit !important;
	}
	.my-custom-slider .ms-slide-info h2 {
	}
	.my-custom-slider .ms-skin-light-2 .ms-bullets.ms-dir-h {
		position: relative;
		display: table;
		top: 210px;
	}
	.my-custom-slider .ms-info {
		padding-bottom: 40px;
	}
}
*/
