html,
body {
  height: 100%;
  background-color: #000;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.6;
  /* overflow-y: hidden; */
  background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("../images/Cinemadiroma.jpg");
  background-position: 50% 50%;  
  background-repeat: no-repeat!important;
  background-size: cover!important;    
}

.cdr-splash {
  width: 100%;
  max-width: 1024px;
  padding: 15px;
  margin: auto;
}

h2.text-center, p.text-center {
    color: white;
}

@media (max-width: 768px) {
    .cdr-splash img { 
        max-width: 50%; 
        margin: 0 25%;
    }
    body {
        background-position: 0 0;  
        background-size: cover!important;    
    }
    .cdr-splash .banner img { 
      max-width: 90%; 
      margin: 0 5%;
    }

}
