.portfolio__video-content {
  left: 0;
  right: 0;
  top: 6.4rem;
  bottom: auto;
  margin: auto;
  z-index: 2
}
.portfolio__video-content .portfolio__slider-content .portfolio__slider-content-tag{font-weight: 700;
  letter-spacing: 2px;text-transform: uppercase;}
.portfolio__video-content .fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
  visibility: hidden
}
.portfolio__video-content .fade-in {
  -webkit-animation: fade-in 1s ease-in both;
  animation: fade-in 1s ease-in both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  visibility: visible
}
.portfolio__swiper-signpost-content {
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px)
}
.portfolio__slider-content .cta:hover {
  color: var(--white)
}
.portfolio__slider-content .cta:hover .cta__label::after{
background-color: var(--white);
}
.portfolio__slider-content .cta:hover .label {
  color: var(--white)
}
.portfolio__swiper-wrapper::before {
  content: "";
  background: linear-gradient(299deg,rgba(0,0,0,0) 27.47%,rgba(0,0,0,.8) 79.04%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1
}
.portfolio__swiper-wrapper {
  height: 50rem
}
.portfolio__swiper-wrapper .background-video .cta--play-button {
  display: none
}
.portfolio__swiper-signpost {
  z-index: 2;
  position: relative
}
.portfolio__swiper-signpost .right-slidefade-out {
  -webkit-animation: fade-out-right 1s ease-out both;
  animation: fade-out-right 1s ease-out both;
  visibility: hidden
}
.portfolio__swiper-signpost .right-slidefade-in {
  -webkit-animation: fade-in-right 1s ease-in both;
  animation: fade-in-right 1s ease-in both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  visibility: visible
}
.portfolio__swiper-signpost .left-slidefade-out {
  -webkit-animation: fade-out-left 1s ease-out both;
  animation: fade-out-left 1s ease-out both;
  visibility: hidden
}
.portfolio__swiper-signpost .left-slidefade-in {
  -webkit-animation: fade-in-left 1s ease-in both;
  animation: fade-in-left 1s ease-in both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  visibility: visible
}
.portfolio__slider-wrapper {
  padding-top: 50rem
}
.portfolio__slider-wrapper .swiper {
  overflow: visible
}
.portfolio__swiper-signpost-wrapper {
  margin-top: -8rem
}
.portfolio__swiper-signpost-image {
  width: 100%;
  height: 22rem
}
.portfolio__slider-controls .swiper-navigation {
  z-index: 2;
  right: auto;
  top: 35.5rem
}
.portfolio__slider-controls .swiper-navigation .action-button--swiper-nav {
  background-color: rgba(255,255,255,.3)
}
.portfolio__slider-controls .swiper-navigation .action-button--swiper-nav::before {
  color: var(--white)
}
.portfolio__slider-controls .swiper-navigation .action-button--swiper-nav:hover {
  background-color: var(--white)
}
.portfolio__slider-controls .swiper-navigation .action-button--swiper-nav:hover::before {
  color: var(--black)
}
.portfolio__slider-controls .swiper-pagination {
  height: 41rem;
  top: -37.7rem;
  width: 33.3rem;
  right: auto;
  left: auto
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 3.7rem;
  height: 0;
  border-radius: 0;
  background: 0 0;
  opacity: 1;
  position: relative;
  margin: 0
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--black);
  width: 2px;
  height: 100%;
  left: -2px;
  top: 0;
  -webkit-animation: border-animation 2s forwards;
  animation: border-animation 2s forwards
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  background-color: rgba(255,255,255,.6);
  height: 3.3rem;
  width: 2px;
  position: absolute;
  left: -2px;
  z-index: 6;
  bottom: 0
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-pre {
  font-size: 2rem;
  line-height: var(--table-lh);
  color: var(--white);
  opacity: .6;
  bottom: 0;
  left: 0;
  padding-left: 4px
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-pre sub {
  font-size: 1rem;
  line-height: 1rem;
  bottom: 0
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover .swiper-pagination-pre {
  opacity: 1
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::after {
  background-color: #fff;
  height: 7.2rem;
    bottom: 0;
    opacity: 1;
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-pre,{
  opacity: 1
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
  background-color: #fff;
  height: 3.3rem;
  bottom: 0;
  -webkit-transition: height .5s ease,opacity .5s ease;
  transition: height .5s ease,opacity .5s ease
}

.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-tag {
  font-size: var(--tags-fs);
  line-height: var(--table-lh);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  left: 0
}
.portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-tag-active {
  display: none
}
.portfolio__slider-controls .swiper-pagination-title {
  top: -44rem;
  right: auto;
  left: auto;
  width: auto;
}
@media (min-width:576px) {
  .portfolio__slider-controls .swiper-pagination {
    width: 36rem
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 4rem
  }
}
@media (min-width:768px) {
  .portfolio__slider-controls .swiper-pagination {
    width: 45rem
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 5rem
  }
  .portfolio__swiper-signpost-image {
    width: 26rem;
    height: auto
  }
}
@media (min-width:992px) {
  .portfolio__video-content {
    top: 0;
    bottom: 0
  }
  .portfolio__swiper-wrapper {
    height: 58rem
  }
   .portfolio__swiper-wrapper .background-video__iframe iframe {
        width: 100%;height: AUTO;ASPECT-RATIO: 16 / 9;
    }
  .portfolio__slider-wrapper {
    padding-top: 22.3rem
  }
  .portfolio__swiper-signpost-image {
    width: 26rem;
    height: 100%
  }
  .portfolio__slider-controls .swiper-navigation {
    right: 2rem;
    top: 50rem
  }
  .portfolio__slider-controls .swiper-pagination {
    height: 45rem;
    width: 45rem;
    right: 2.3rem
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 5rem
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet::after {
  	transition: 0.5s ease;
    height: 7.2rem
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-pre {
    font-size: var(--h4-fs);
    line-height: 2rem;
    padding-left: var(--xs-1)
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-pre sub {
    font-size: var(--table-fs);
    line-height: var(--table-lh)
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 9.7rem;
    bottom: -2.5rem;
    opacity: 0;
    -webkit-animation: fill-top-to-bottom 1s ease forwards;
    animation: fill-top-to-bottom 1s ease forwards
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-tag-active {
    display: block
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-tag {
    font-size: var(--table-fs);
    line-height: var(--body-lh);
    letter-spacing: 2.6px;
    font-weight: 700;
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-tag-active {
    bottom: -2.6rem;
    color: var(--white);
    text-wrap: nowrap;
    white-space: nowrap;
    left: 5px;
    display: none
  }
  .portfolio__slider-controls .swiper-pagination-title {
    right: 2.5rem;
    width: 45rem
  }
}
@media (min-width:1200px) {
  .portfolio__swiper-wrapper {
    height: 64rem
  }
  .portfolio__slider-controls .swiper-navigation {
    right: 1.5rem;
    top: 56rem
  }
  .portfolio__slider-controls .swiper-pagination {
    height: 55rem;
    width: 59.4rem;
    top: -47.8rem
  }
  .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 6.5rem
  }
  .portfolio__slider-controls .swiper-pagination-title {
    width: 59.4rem;
    top: -54rem
  }
}
@-webkit-keyframes border-animation {
  0% {
    height: 0;
    top: 100%
  }
  100% {
    height: 100%;
    top: 0
  }
}
@keyframes border-animation {
  0% {
    height: 0;
    top: 100%
  }
  100% {
    height: 100%;
    top: 0
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fade-out {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes fade-out-right {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes fade-out-right {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes fade-out-left {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
@keyframes fade-out-left {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
@-webkit-keyframes fill-top-to-bottom {
  0% {
    height: 0;
    opacity: 0
  }
  100% {
    height: 9.7rem;
    opacity: 1
  }
}
@keyframes fill-top-to-bottom {
  0% {
    height: 0;
    opacity: 0
  }
  100% {
    height: 9.7rem;
    opacity: 1
  }
}
@-webkit-keyframes fill-top-to-bottom-hover {
  0% {
    height: 0;
    opacity: 0
  }
  100% {
    height: 7.2rem;
    opacity: 1
  }
}
@keyframes fill-top-to-bottom-hover {
  0% {
    height: 0;
    opacity: 0
  }
  100% {
    height: 7.2rem;
    opacity: 1
  }
}






/*------------------------Nojs css------------------*/
body.nojs .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet{height:100%;}
body.nojs .portfolio__slider-wrapper .swiper-wrapper{display: block;}
body.nojs .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {width: 6.2rem;}


/*--------------self serve CSS-------*/
body.ip3-edit .portfolio__slider-wrapper .swiper-wrapper{display: block;}
body.ip3-edit .portfolio__slider-controls .swiper-pagination .swiper-pagination-bullet {width: 6.2rem;}

#ip3-scotch-whisky .brand-caraousel .swiper-slide-active.swiper-slide-active{z-index:999;} 