.section-chair{
  min-height: 80vh !important;
}

/* How to detect Orientation */

.section-chair.brazil-display-none{
  display: none !important;
}


@media only screen 
and (min-width:992px)
and (orientation:portrait) { 

  .section-chair-vertical{
    display: block !important;
  }

  .section-chair-horizontal{
    display: none;
  }

} 

.section-chair .play-transparent-vertical{
  backdrop-filter: blur(2.5px);
  position: absolute;
  top: 50%;
  border: 2px solid #ff6171;
  left: 50%;
  transform: translate(-50%, -25%);
}

/* Vertical Chair Portion */

.section-chair-vertical .vertical-chair-background{
  position: absolute; 
  width:100%; 
  height:100%; 
  overflow: hidden; 
  background-image: url(/resources/images/external/empty-chair-recut-telephone.jpg) !important; 
  background-size: cover; 
  background-position-x: center; 
  filter:brightness(50%)
}


/***************  Resizing  *************/

.section-chair .resize-block{
  /* background: none; */
  padding: 0;
}

@media only screen and (max-width: 991px){
    .section-chair .resize-block{
      min-height: max(110vw,100vh);
    }
}

@media only screen and (max-width: 460px){
    .section-chair .resize-block{
      min-height: max(100vw,110vh);
    }
}

@media only screen and (max-width: 320px){
    .section-chair .resize-block{
      min-height: max(110vw,130vh);
    }
}

.section-chair .vertical-chair-wrapper{
  position: absolute; 
  width:100%; 
  height:100%; 
  overflow: hidden; 
  display: grid; 
  grid-template-rows: 7fr 3fr;
}



.third-item-chair-vertical{
  align-self:end;
}


@media only screen and (max-width: 320px){

  .third-item-chair-vertical{
    align-self:flex-end;
  }
}


.section-chair .background-chair{
  position: absolute;
  width:100%;
  height:100%;
  overflow: hidden;
  background-image: url(/resources/images/external/empty-chair-recut-telephone.jpg) !important;
  background-size: cover;
  background-position-x: center;
  filter:brightness(50%);
}

.section-chair .chair-phone-text{
  position: absolute;
  width:100%;
  height:100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 5fr 2fr 5fr;
}



@media only screen and (max-width: 320px){

  .section-chair .subclaim-paragraph-one{
    margin-top:1em;
  }

}

.section-chair .plain-text-subtitle{
  color:white; 
  font-family:'Open Sans'; 
  font-size: 1.3em; 
  line-height: 1.8em;
  padding-left: 10px;
  padding-right: 10px;
}


@media only screen and (min-width: 992px){
  .section-chair .plain-text-subtitle{
    font-size: 1.1em; 
  }
}



@media only screen and (min-width: 1241px){
  .section-chair .plain-text-subtitle{
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 320px){

  .section-chair .plain-text-subtitle{
    font-size: 1.1em; 
    line-height: 1.4em;
  }

}


/*************** Button Play **************/


.section-chair .play-transparent {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 1em;
  cursor: pointer;
}

.section-chair .icon-Video-5 {
  
  opacity: 1;
  font-size: 4.5em;
  cursor: pointer;
  background: #ff6171;
  border-radius: 50%;
  color: white;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.section-chair .icon-Video-5:hover{
  background: white;
  color:#ff6171
}

/********************  Highglight Portion of text ***************/


.section-chair .highlight-container, .highlight {
  position: relative;
}

.section-chair .highlight-container {
  display: inline-block;
}

.section-chair .highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -1px;
  margin-right: -3px;
  position: absolute;
  background: #ff6171;
  transform: rotate(2deg);
  top: 2px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}


.background-chair-horizontal{
  margin-bottom: 0; 
  object-fit: cover; 
  position: absolute; 
  left: 0; width: 100%;
  filter: brightness(50%);
}

