#fliserens-svenborg {
    margin-top: 90px;
}

.fliserens-tekst {
    max-width: 1000px;
    padding: 10px;
}

.billede-boks {
    display: flex;
    margin-right: 10px;
    flex-wrap: wrap; 
    margin: auto;
    margin-left: 10px;
}

.fliserens-billeder {
    height: 300px;
    width: 150px;
    object-fit: cover; 
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.fliserens-video {
    height: 100%;
    width: 95%;
    border-radius: 15px;
    display: flex;
    margin: auto;
}

.h1-intro {
    margin-left: 15px;
}

/*video*/

.video-container {
    position: relative;
    width: 100%;
  }

  /* Style for the play button */
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; /* Adjust size as needed */
    height: 80px;
    background-color:white;
    border: none;
    border-radius: 50%; /* Makes it circular */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Style for the SVG */
  .play-button svg {
    width: 100%; /* Adjust size of the SVG */
    height: auto;
    fill: #0B2D5F;
  }


@media screen and (min-width: 768px) {

    .fliserens-video {
  height: 50%;
  width: 50%;
    }


}