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

.ms-slide-info {
    position: absolute;
    /* bottom: 40%!important;
    transform: translateY(-40%);
  */
}

.ms-info{
	background: transparent;
	font-size: 20px;
	margin:0;
  color: #ccc;
  Text-align:center;
}

.ms-info > p{
  margin:0;
  text-shadow: 2px 2px 10px #000;
    font-weight: 500;
    letter-spacing: -0.04em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ms-info > p:first-child{
  
  font-size:30px;
  line-height:40px;
}
