#p-company-modal {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9254901961);
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  display: none;
}
#p-company-modal .p-company-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #000;
  color: #999;
  font-size: 28px;
  line-height: 0;
  z-index: 211;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#p-company-modal .p-company-modal__wrapper {
  position: relative;
  box-sizing: border-box;
  z-index: 210;
  overflow-y: visible;
  overflow-x: clip;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#p-company-modal .p-company-modal__wrapper .p-company-modal__next,
#p-company-modal .p-company-modal__wrapper .p-company-modal__prev {
  position: relative;
  z-index: 211;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #999;
  border-right: 0;
  margin: 10px;
  transition: 0.4s;
}
@media (min-width: 48em) {
  #p-company-modal .p-company-modal__wrapper .p-company-modal__next,
  #p-company-modal .p-company-modal__wrapper .p-company-modal__prev {
    border-left: 30px solid #999;
  }
}
#p-company-modal .p-company-modal__wrapper .p-company-modal__prev {
  border-right: 20px solid #999;
  border-left: 0;
}
@media (min-width: 48em) {
  #p-company-modal .p-company-modal__wrapper .p-company-modal__prev {
    border-right: 30px solid #999;
  }
}
#p-company-modal .p-company-modal__wrapper .p-company-modal__img_wrapper {
  position: relative;
  z-index: 211;
  width: auto;
  max-width: 80vw;
  max-height: 100vh;
  display: grid;
  grid-template-rows: 1fr;
  cursor: default;
}
@media (min-width: 48em) {
  #p-company-modal .p-company-modal__wrapper .p-company-modal__img_wrapper {
    max-width: 70vw;
    min-width: 320px;
  }
}
#p-company-modal .p-company-modal__wrapper .p-company-modal__img_wrapper figure img {
  width: 100%;
  height: auto;
}
#p-company-modal .p-company-modal__wrapper .p-company-modal__img_wrapper .p-company-modal__caption {
  color: white;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 48em) {
  #p-company-modal .p-company-modal__wrapper .p-company-modal__img_wrapper .p-company-modal__caption {
    font-size: 14px;
  }
}/*# sourceMappingURL=company_modal.css.map */