/**
* 2024 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
*  @author    Danzai Software <contacto@danzai.es>
*  @copyright 2024 Danzai Software
*  @license   https://danzai.es  Commercial license
*/
.dsviewed-category-name {
  position: absolute;
  top: 40px;
  font-weight: 400;
  font-size: 1.7rem;
  margin-left: 20px;
  z-index: 1;
}
.dsviewed-category-img-box {
  max-width: 800px;
  max-height: 534px;
}

@media (min-width:767px) {
  .dsviewed-category-img-box {
    transition: transform 0.3s ease;
  }

  .dsviewed-category-img-box:hover {
    transform: scale(1.2);
  }

  .dsviewed-text-title {
    font-size: 2.188rem;
  }

}

.dsviewed-category-link {
  overflow: hidden;
  border-radius: 2rem;
}

.dsviewed-img {
  border-radius: 2rem;
  max-width: 100%;
  max-height: 100%;
}

@media(max-width:998px) {
  .dsviewed-category-name{
  font-size: 1.2rem !important;
  }
}