/*
Theme Name: OTS child theme
Version: 1.1
Description: A child theme of Customizr
Template: customizr
Author: Markku Hentila
*/

.carousel-caption {
  max-width:  50%;
  position:   absolute;   /* was relative | absolute */
  bottom:     38px;      /* top | bottom (0px is top of element) */
  left:       30%;        /* left | right (0% is left of element) */
  background: rgba(0, 0, 0, 0.5); /* change opacity */
  padding:    3%; /* was 5% */
}
 
