body{
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    line-height: 1.3;
    color: black;
    background-color: #f9f9f9;
}

.overlay-link {
    font-size: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    visibility: visible;
    z-index: 10
}

.objfit-box img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.top-strip{
  display: none;
  position: relative;
  color: #0e0d0a;
  text-align: center;
  width: 100%;
  padding: 2px 0;
  font-weight: 700;
  font-size: .6rem;
  letter-spacing: 0.5px;
  background: #b68a47;
  background: -moz-linear-gradient(left, #b68a47 0%, rgba(235,213,179,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b68a47), color-stop(100%, rgba(235,213,179,1)));
  background: -webkit-linear-gradient(left, #b68a47 0%, rgba(235,213,179,1) 100%);
  background: -o-linear-gradient(left, #b68a47 0%, rgba(235,213,179,1) 100%);
  background: -ms-linear-gradient(left, #b68a47 0%, rgba(235,213,179,1) 100%);
  background: linear-gradient(to right, #b68a47 0%, rgba(235,213,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68a47', endColorstr='#ebd5b3', GradientType=1 );
}
