/* carouselAlmirallHome ini */
#carouselAlmirallHome {
  height: 88vh;
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden; }

#carouselAlmirallHome .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#carouselAlmirallHome .carousel-caption {
  z-index: 9999;
  left: auto !important;
  right: auto !important;
  bottom: inherit !important; }

#carouselAlmirallHome .carousel-caption h1 span {
  bottom: inherit;
  display: block;
  margin-bottom: -12px; }

#carouselAlmirallHome .carousel-caption p {
  margin-top: 20px; }

#carouselAlmirallHome .carousel-caption .play-image {
  width: 100px;
  height: 100px;
  margin-top: 25px;
  cursor: pointer; }

#carouselAlmirallHome .carousel-caption .pause-image {
  width: 100px;
  height: 100px;
  margin-top: 25px;
  cursor: pointer;
  display: none; }

#carouselAlmirallHome .carousel-indicators {
  right: 120px;
  bottom: 35px;
  left: inherit; }

#carouselAlmirallHome .carousel-indicators li {
  background-clip: padding-box;
  border: 1px solid #002855;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: transparent !important;
  margin-right: 10px !important;
  opacity: 1 !important; }

#carouselAlmirallHome .carousel-indicators li.active {
  background-color: #002855 !important; }

#carouselAlmirallHome .carousel-arrow-down-area {
  position: absolute;
  bottom: 10px;
  left: 35%;
  right: 35%;
  z-index: 10;
  text-align: center; }

#carouselAlmirallHome video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

#carouselAlmirallHome .container {
  position: relative;
  z-index: 2; }

#carouselAlmirallHome .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

/* RESPONSIVE OEMBED */
.video-overlay {
  width: 100% !important;
  height: 100% !important;
  z-index: 8888 !important;
  position: absolute;
  top: 0;
  left: 0; }

.overlay-color {
  width: 100% !important;
  height: 100% !important;
  z-index: 8888 !important;
  position: absolute;
  top: 0;
  left: 0; }

.embed-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  left: 0;
  top: 0; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#youtube-play-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.6;
  display: none; }

@media (pointer: coarse) and (hover: none) {
  #carouselAlmirallHome video {
    display: none; } }

/* RESPONSIVE STYLES */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #carouselAlmirallHome .carousel-arrow-down-area {
    left: 10%;
    right: 10%;
    bottom: 55px; }
  #carouselAlmirallHome .carousel-indicators {
    right: 3%; }
  .carousel-caption h1 {
    font-size: 36px !important; }
  .slide-subtitle {
    font-size: 20px !important; } }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  #carouselAlmirallHome .carousel-caption .play-image,
  #carouselAlmirallHome .carousel-caption .pause-image {
    margin-top: 0; } }

/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) and (max-width: 1999.98px) */
/* Extra large devices (large desktops, 1400px and up) */
/* Super large devices (large desktops, 2000px and up) */
/* Super large devices (large desktops, 2000px and up) */
/* Only for desktop with small window height */
@media (min-width: 992px) and (max-height: 590px) {
  #carouselAlmirallHome .carousel-caption {
    margin-top: 0.5rem !important; } }
