custom.css 596 B

123456789
  1. .cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; background-repeat: no-repeat; background-color: grey; color: white; position: relative; }
  2. .cover .blog_title { position: absolute; text-align: center; top: -5%; left: 0; right: 0; }
  3. .cover_footer { min-height: 215px; height: 215px; cursor: pointer; }
  4. @media screen and (min-width:991px) {
  5. #myCarousel1 { height: 472px; overflow: hidden; }
  6. }
  7. @media screen and (min-width:970px) {
  8. .portadaamo { height: 472px !important; overflow: hidden; }
  9. }