/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-info {
    max-width: 40%;
    max-height: 100%;
	background-color: rgba(35, 35, 97, 0.4);
    margin: 0 auto;
    padding: .5em 1em;
        text-overflow: ellipsis;
  color: #ffffff;

}
.ms-info a,
.ms-info a:hover {
 color:#ffffff !important;
}
.ms-info a:hover {
text-decoration: underline;
}
.ms-slide-info {
	max-height: 85%;
  	overflow: hidden !important;
        text-overflow: ellipsis;

}
.master-slider {
	margin: 0 !important;
}

@media only screen 
  and (max-width: 750px) {
	.ms-info {
    max-width: 70% !important;
    }
    .ms-info h2 {
    	font-size: 1.5em;
      margin-bottom: .25em;
    }
    .ms-info p {
    	font-size: .8em;
      margin-top: 0;
    }
}
