.inlay {
  max-width: 1200px;
  margin-inline: auto; }

.videoarea {
  padding: 0 13px;
  margin-block-end: 50px; }
  @media screen and (min-width: 600px) {
    .videoarea {
      padding: 0 21px; } }
  @media screen and (min-width: 1201px) {
    .videoarea {
      padding: 25px 0; } }
  .videoarea ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-left: 0; }
    .videoarea ul li {
      padding-block-end: 15px; }
      @media screen and (min-width: 600px) {
        .videoarea ul li {
          padding-block-end: 0px; } }
    @media screen and (min-width: 600px) {
      .videoarea ul {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1024px) {
      .videoarea ul {
        grid-template-columns: repeat(3, 1fr); } }
    .videoarea ul img {
      max-width: 100%;
      height: auto;
      cursor: pointer; }

.videomodal {
  position: fixed;
  width: 100%;
  z-index: 999999999999999999 !important;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(40, 46, 48, 0.8);
  display: none; }

.videplayercontainer {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .videplayercontainer video {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s linear; }

.vclosebutton {
  display: block;
  width: 30px;
  height: 30px;
  font-weight: bold;
  box-sizing: border-box;
  color: var(--hm-yellow);
  text-align: center;
  font-size: 1rem;
  padding-top: 2px;
  position: relative;
  left: 91%;
  top: 20px;
  cursor: pointer; }
  @media screen and (min-width: 767px) {
    .vclosebutton {
      left: 96%;
      top: 0px; } }
  @media screen and (min-width: 1024px) {
    .vclosebutton {
      left: 97%;
      top: 0px; } }
  @media screen and (min-width: 1201px) {
    .vclosebutton {
      left: 98%; } }

.closeicon {
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px; }

.activemodal {
  display: block; }

.activevideo {
  opacity: 1 !important; }

/*# sourceMappingURL=videos.css.map */
