.master-slider{
    font-family: "Lato",sans-serif;
}

.ms-layer.bold-title {
    font-weight: 900;
    font-size: 26pt;
    color: #f1f1f1;
    margin: 0;
}

.ms-layer.light-title {
    margin: 0;
    font-weight: 300;
    font-size: 38pt;
    text-transform: uppercase;
    color: #8db9ff;
    letter-spacing: -3px;
}

.ms-layer.text-box {
	width: 41%;
	height: 36%;
	background-color: rgba(0, 0, 0, 0.5);
}

.ms-layer.normal-desc {
    margin: 6px 0;
    font-size: 13px;
	line-height:19px;
    width: 37%;
    color: #f1f1f1;
}

.ms-layer.text-box2 {
	width: 30%;
	height: 45%;
	background-color: rgba(0, 0, 0, 0.5);
}

.ms-layer.normal-desc2 {
    margin: 6px 0;
    font-size: 13px;
	line-height:19px;
    width: 28%;
    color: #f1f1f1;
}

.ms-layer.normal-title {
	margin: 0;
}

.ms-slide-layers {
	overflow: visible !important; 
}