.quote-theme .background-video{
    max-height: calc( 100% - 60px);
}
.quote__text::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #000;
  animation: grow-border 1.2s ease-in-out forwards
}
.quote__text p:last-child {
  margin-bottom: 0
}
.quote__text .icon-quote{
  margin-bottom: var(--sm-1);
  display: block
}
.quote__text .icon-quote::before {
  font-size:6.6rem;
}

.quote__author-image {
 width: 12rem;
 height: 14rem;
 object-fit:cover;
}
.quote__author-image img {
 width: 100%;
 height: 100%;
  object-fit:cover;
}
@media (min-width:768px) {
.quote-theme .background-video{
  max-height: calc( 100% - 79px );
}
}