.gin-caro-cont {
  position: relative;
}

.gin-caro-cont content {
  position: relative;
}

.gin-caro-cont content ul.arrows {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.gin-caro-cont content ul.arrows li {
  width: 8vmin; height: 8vmin;
  background: var(--accent);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

.gin-caro-cont content ul.arrows li:hover {
  background: var(--accentalt);
}

.gin-caro-cont content ul.arrows li svg {
  display: block;
  margin: 0 auto;
  width: 40%;
  height: auto;
}

.gin-caro-cont content ul.arrows li svg path {
  fill: #fff;
}

.gin-caro-cont content .carousel {
    display: block;
    height: 100%;
}

.gin-caro-cont content .carousel .carousel-inner {
  height: 100%;
}

.gin-caro-cont content .carousel .carousel-item {
  height: 100%;
}

.gin-caro-cont content .carousel .carousel-item .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gin-caro-cont content .carousel .carousel-item .img-frame {
  height: 100%;
  display: block;
}

.gin-caro-cont content .carousel .carousel-indicators {
    display: table;
    right: 1.5vmin;
    left: auto;
    bottom: 1.5vmin;
    margin: 0;
}

.gin-caro-cont content .carousel .carousel-indicators li {
    height: 3vmin;
    width: 3vmin;
    border-radius: 50%;
    border: none;
    display: inline-block;
    background-color: var(--accent);
    margin: 0 0.6vmin;
    cursor: pointer;
    opacity: 0.2;
}

.gin-caro-cont content .carousel .carousel-indicators li:hover {
  opacity: 0.5;
}

.gin-caro-cont content .carousel .carousel-indicators li:first-of-type {
  margin-left: 0;
}

.gin-caro-cont content .carousel .carousel-indicators li:last-of-type {
  margin-right: 0;
}

.gin-caro-cont content .carousel .carousel-indicators li.active {
  opacity: 1;
}

.gin-caro-cont content desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gin-caro-cont content ul.cta {
  margin: 2vmin 0 0;
  padding: 0;
  border: none;
  font-size: 0;
}

.gin-caro-cont content ul.cta li {
  display: inline-block;
  margin: 0 1vmin;
}

.gin-caro-cont content ul.cta li:first-of-type {
  margin-left: 0;
}

.gin-caro-cont content ul.cta li:last-of-type {
  margin-right: 0;
}

.gin-caro-cont content ul.cta li a {
  display: block;
    padding: 1.3vmin 2vmin;
    text-decoration: none;
    border: 1px solid var(--accentalt);
    border-radius: 0.4vmin;
    overflow: hidden;
    position: relative;
    user-select: none;
}

.gin-caro-cont content ul.cta li a p {
  position: relative;
margin: 0;
}

.gin-caro-cont content ul.cta li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--accentalt);
    opacity: 0;
}

.gin-caro-cont content ul.cta li a:hover:before {
  opacity: 0.5;
}
