@font-face {
  font-family: Futura Light Bt;
  src: url(assets/fonts/Futura\ Light\ BT.ttf);
}
@font-face {
  font-family: Futura Light Italic Bt;
  src: url(assets/fonts/Futura\ Light\ Italic\ BT.ttf);
}
@font-face {
  font-family: Futura Light Bt;
  src: url(assets/fonts/Futura\ Light\ BT.ttf);
}
@font-face {
  font-family: Futura Light Italic Bt;
  src: url(assets/fonts/Futura\ Light\ Italic\ BT.ttf);
}
.lightbox-1,
.lightbox-2,
.lightbox-header,
.lightbox-3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
}

.lightbox-header {
  background-color: rgb(22, 22, 22);
}

.lightbox-1 {
  background-color: rgb(170, 179, 180);
}

.lightbox-2 {
  background-color: rgb(39, 41, 41);
}

.lightbox-3 {
  background-color: rgb(170, 179, 180);
}

.l1__container,
.l2__container,
.lh__container,
.lh__group-container,
.l3__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lh__container {
  padding: 0 100px;
  width: 95%;
}

.lh__group-container__up {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.lh__group-container {
  flex-direction: column;
}

.lh__caption,
.lh__text {
  color: rgb(243, 243, 243);
}

.lh__text {
  /* border: solid 1px white; */
  margin-top: -100px;
  margin-left: -50px;
  padding-right: 25px;
}

.lh__text__div-container {
  display: none;
}

.l1__slides-container,
.l2__slides-container,
.lh__slides-container,
.l3__slides-container {
  margin-top: -2rem;
  width: auto;
  height: 525px;
  position: relative;
  background: white;
}

.lh__slides-container {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l1__first-slide,
.l1__other-slides,
.l2__first-slide,
.l2__other-slides,
.lh__first-slide,
.l3__first-slide {
  width: auto;
  height: 100%;
  opacity: 1;
  transition: opacity 500ms ease;
  filter: drop-shadow(0 5px 10px rgb(154, 155, 155));
}

.lh__slides-container {
  height: 500px;
}

.lh__first-slide {
  /* border: solid white 1px; */
  filter: none;
  width: 700px;
  height: 100%;
  background-image: url(assets/images/mj-logo-3dify.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.l1__first-slide,
.l1__other-slides,
.l3__first-slide {
  filter: drop-shadow(0 5px 10px rgb(189, 189, 188));
}

/* .l3__first-slide {
  filter: drop-shadow(0 5px 10px rgb(123, 123, 123))  ;
} */
.l2__first-slide,
.l2__other-slides {
  filter: drop-shadow(0 5px 30px rgb(123, 123, 123));
}

.l1__other-slides,
.l2__other-slides {
  position: absolute;
  left: 0;
  /* visibility: hidden; */
  opacity: 0;
}

.l1__slide-1,
.l2__slide-,
.lh__slide-1,
.l3__slide-1 {
  z-index: 1;
}

.l1__slide-2,
.l2__slide-2 {
  z-index: 2;
}

.l1__slide-3,
.l2__slide-3 {
  z-index: 3;
}

.l2__slide-4 {
  z-index: 4;
}

.button {
  border-radius: 50%;
  color: rgb(82, 96, 95);
  cursor: pointer;
}

.button-container {
  position: absolute;
  bottom: 2rem;
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  width: 8rem;
  justify-content: space-between;
  align-items: center;
  /* rgb(235, 237, 237) */
  /* rgb(84, 88, 88) */
}
.button-container .slides__prev-button,
.button-container .slides__next-button {
  /* border: 2px solid rgb(235, 237, 237); */
  border: 2px solid rgba(235, 237, 237, 0);
  width: 3rem;
  height: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: border 1s ease; */
}
.button-container .slides__prev-button:hover,
.button-container .slides__next-button:hover {
  border: 2px solid rgb(235, 237, 237);
}
.button-container .slides__prev-button:hover svg,
.button-container .slides__next-button:hover svg {
  fill: rgb(235, 237, 237);
}

.slides__prev-button {
  transform: rotate(180deg);
}

.arrow-head {
  width: 1.6rem;
  fill: rgb(84, 88, 88);
}

.button-container .l2__prev-button:hover,
.button-container .l2__next-button:hover {
  /* border: 2px solid rgb(210, 210, 210);
  color: rgb(210, 210, 210); */
  border: 2px solid #e187c8;
}
.button-container .l2__prev-button:hover svg,
.button-container .l2__next-button:hover svg {
  fill: #e187c8;
}

.slides__close-button {
  position: absolute;
  font-size: 1.35rem;
  top: 2rem;
  right: 3rem;
  background-color: rgb(235, 237, 237);
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 5px #b7b8b8;
  opacity: 0.85;
  transition: opacity ease 0.25s;
}
.slides__close-button:hover {
  opacity: 1;
}

.l2__close-button,
.lh__close-button {
  box-shadow: 0px 3px 10px #858585;
  /* background-color:  */
  background-color: #e9e2e7;
}

/* #61c1c1 */
/* #329c9c */
.lightbox-4,
.lightbox-5__1,
.lightbox-5__2,
.lightbox-5__3,
.lightbox-6 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgb(22, 22, 22);
}

.lightboxes-2__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 7rem;
  font-family: Futura Light Bt;
  color: rgb(216, 215, 215);
}

.edited-photos-section {
  overflow: auto;
  scrollbar-width: initial !important;
}
.edited-photos-section::-webkit-scrollbar {
  width: 0.75rem;
}
.edited-photos-section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.433);
  border-radius: 20rem;
}
.edited-photos-section::-webkit-scrollbar-thumb {
  background-color: rgb(146, 146, 146);
  border-radius: 20rem;
  height: 10px;
}

.scroll-bar__visible {
  overflow: auto;
  scrollbar-width: initial !important;
}
.scroll-bar__visible::-webkit-scrollbar {
  width: 0.75rem;
}
.scroll-bar__visible::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.433);
  border-radius: 20rem;
}
.scroll-bar__visible::-webkit-scrollbar-thumb {
  background-color: rgb(146, 146, 146);
  border-radius: 20rem;
  height: 10px;
}

.edited-photos-section {
  min-width: 400px;
  max-width: 425px;
  height: 80%;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

.ep-title {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.title-link {
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 100ms ease-out;
}
.title-link:hover {
  color: rgb(188, 14, 14);
  text-decoration: underline;
}

.edited-gallery-container {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 20px 0;
}

.photo-container, .photo-container-thr__small, .first-slide {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.first-slide {
  width: 700px;
  height: 450px;
  margin-top: -5rem;
  background-position: center center;
}

.l4__first-slide {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(assets/images/gl-image-4.png);
}

.l5__1_first-slide {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(assets/images/gl-images-5__1.png);
}

.l5__2_first-slide {
  margin-top: 1px;
  height: 500px;
  background-image: url(assets/images/gl-images-5__2.png);
}

.l5__3_first-slide {
  margin-top: 1rem;
  width: 700px;
  height: 550px;
  background-image: url(assets/images/gl-images-5__3.png);
}

.l6__1_first-slide {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(assets/images/gl-image-6.png);
}

.photo-container, .photo-container-thr__small {
  width: 100px;
  height: 56.25px;
  margin: 0px 15px 10px 0px;
  cursor: pointer;
  transition: outline 50ms ease;
}
.photo-container:hover, .photo-container-thr__small:hover {
  outline: rgb(165, 15, 15) solid 3px;
}

.photo-container-thr__small {
  width: 100px;
  height: 75px;
}

.ep-title-2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  margin-top: 20px;
}

.l4__finished-edit, .l5__1_finished-edit {
  width: 200px;
  height: 112.5px;
  background-image: url(assets/images/gl-image-4.png);
}

.l5__1_finished-edit {
  background-image: url(assets/images/gl-images-5__1.png);
}

.l5__2_finished-edit {
  min-width: 200px;
  min-height: 258.82px;
  background-image: url(assets/images/gl-images-5__2.png);
}

.l5__3_finished-edit {
  min-width: 100px;
  min-height: 311.82px;
  background-image: url(assets/images/gl-images-5__3.png);
}

.l6__1_finished-edit {
  width: 200px;
  height: 112.5px;
  background-image: url(assets/images/gl-image-6.png);
}

@font-face {
  font-family: Futura Light Bt;
  src: url(assets/fonts/Futura\ Light\ BT.ttf);
}
@font-face {
  font-family: Futura Light Italic Bt;
  src: url(assets/fonts/Futura\ Light\ Italic\ BT.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  font-weight: inherit;
  scroll-behavior: smooth;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #181319;
  color: rgba(224, 224, 224, 0.937254902);
  font-family: Futura Light Italic Bt;
}

h2 {
  color: rgba(224, 224, 224, 0.937254902) !important;
}

nav,
.nav-effect {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  margin-bottom: 1.5rem;
}

.nav-logo {
  width: 7rem;
}

.nav-text {
  display: flex;
  flex-direction: row;
  width: 18%;
  justify-content: space-between;
  font-size: 1.35rem;
}

.nav-logo,
.nav-text,
.header-image,
.gl-images-1,
.gl-images-2,
.gl-image-3__small-top,
.footer-symbol {
  cursor: pointer;
}

.nav-text p:hover {
  color: #6d7774;
}

.gl-images-1,
.gl-images-2 {
  transition: all 175ms ease-in;
}
.gl-images-1:hover,
.gl-images-2:hover {
  scale: 1.025;
}

.gl-images-1:hover {
  filter: drop-shadow(-2px 10px 10px rgb(230, 236, 235));
}

.gl-images-2:hover {
  filter: drop-shadow(-2px 10px 10px rgb(169, 180, 177));
}

.gl-image-3__small-top:hover {
  transition: all 125ms linear;
}
.gl-image-3__small-top:hover:hover {
  filter: brightness(50%) contrast(120%);
}

.footer-symbol {
  transition: scale 200ms ease;
}

.footer-symbol:hover {
  scale: 0.95;
}

body img,
.gl-images-5__3 {
  cursor: pointer;
  box-sizing: content-box;
}
.nav-text p:hover {
  color: rgb(197, 78, 78);
}

.max-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

nav {
  background-color: #383232;
  backdrop-filter: blur(20%);
  box-shadow: inset 0px -2px 10px rgba(128, 115, 115, 0.4980392157);
  z-index: 5;
  font-family: Futura Light Bt;
  padding: 0 7rem;
}

.nav-text {
  color: #8d9498;
}

.max-container {
  height: 100%;
}

.project-tab {
  width: 9rem;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
}

.nav-text {
  height: 100%;
  align-items: center;
}

.project-tab-dropdown {
  display: none;
  max-width: 145px;
  position: absolute;
  top: 80.25px;
  background-color: rgba(235, 235, 235, 0.8039215686);
}

.pt-d-menu-items {
  color: rgb(125, 125, 125);
  width: 100%;
  padding: 7px 5px 7px 10px;
}
.pt-d-menu-items:hover {
  color: rgba(245, 245, 245, 0.977) !important;
  background-color: rgba(123, 127, 127, 0.5137254902);
}

@media screen and (min-width: 1920px) and (max-width: 2000px) {
  .project-tab {
    width: 12rem;
  }
  .project-tab-dropdown {
    top: 112.25px;
  }
}
@media screen and (max-width: 1280px) {
  .project-tab-dropdown {
    top: 80px;
  }
}
@media screen and (max-width: 1075px) {
  .nav-text-1 {
    padding: 0 10px;
    width: 10rem;
  }
  .project-tab-dropdown {
    max-width: 135px;
  }
  .pt-d-menu-items {
    padding: 7px 5px 7px 12px;
  }
}
@media screen and (min-width: 300px) and (max-width: 560px) {
  .nav-text {
    width: 9.25rem !important;
  }
  .nav-text-1 {
    padding: 0 10px;
    width: 6rem;
  }
  .project-tab-dropdown {
    top: 60px;
    max-width: 100px;
  }
  .pt-d-menu-items {
    padding: 7px 5px 5px 10px;
  }
}
.project-tab-dropdown {
  background-color: #383232;
}

.pt-d-menu-items {
  color: rgb(125, 125, 125);
}
.pt-d-menu-items:hover {
  color: rgba(212, 204, 204, 0.977) !important;
  background-color: rgb(151, 23, 23);
}

.content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-image {
  width: 45rem;
  margin-left: 3rem;
}

.header-title {
  font-size: 4rem;
  margin-bottom: 1.25rem;
}

.header-title__mobile {
  display: none;
}

.header-caption {
  font-size: 1.6rem;
}

.header-caption__mobile {
  display: none;
}

.content-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-caption {
  color: rgba(239, 242, 241, 0.8784313725);
}

.gallery-container {
  width: 80%;
  margin-bottom: 5%;
}

.gallery-block-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8%;
}

.gl-image-4 {
  width: 100%;
}

.gl-text {
  padding: 9%;
}

.gl-title {
  margin-bottom: 0.5rem;
  color: rgba(239, 242, 241, 0.9215686275);
}

.gl-text__mobile {
  display: none;
}

.gallery-block-5 {
  display: grid;
  grid-template-columns: 60% auto;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.gl-images-5__1,
.gl-images-5__2,
.gl-images-5__3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

.gl-images-5__1 {
  background-image: url(assets/images/gl-images-5__1.png);
  margin-bottom: 2rem;
}

.gl-images-5__2 {
  background-image: url(assets/images/gl-images-5__2.png);
  margin-bottom: -5px;
}

.gl-images-5__3 {
  background-image: url(assets/images/gl-images-5__3.png);
  grid-column: 2/span 2;
}

.gallery-block-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(7, 6, 8, 0.9490196078);
  padding: 5% 4%;
}
.gallery-block-6 h2 {
  color: rgba(218, 218, 218, 0.8470588235) !important;
}

.gl-image-6 {
  width: 60%;
  margin: 4% 0;
}

@media screen and (min-width: 1920px) and (max-width: 2000px) {
  nav {
    height: 112px;
    margin-bottom: 102px;
  }
  .nav-logo {
    width: 159px;
  }
  .nav-text {
    font-size: 36px;
    width: 22.5rem;
  }
  .nav-text-1 {
    width: 40rem;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1367px) {
  .max-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav-text {
    width: 16rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .nav-text {
    width: 13rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 1075px) {
  nav {
    padding: 0 3rem;
  }
  .nav-text {
    width: 12rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 560px) {
  nav {
    padding: 0 1.25rem;
    height: 60px;
  }
  .nav-logo {
    width: 5rem;
  }
  .nav-text {
    font-size: 1rem;
    width: 8.5rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2000px) {
  .header-image {
    height: 551px;
    width: auto;
  }
  .header-title {
    font-size: 96px;
  }
  .header-caption {
    font-size: 36px;
  }
}
@media screen and (min-width: 300px) and (max-width: 1075px) {
  .header-image {
    width: 35rem;
  }
  .header-title {
    font-size: 3rem;
  }
  .header-caption {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 610px) {
  .header-image {
    margin-left: 0;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 560px) {
  .header-image {
    width: 100%;
  }
  .header-title {
    display: none;
  }
  .header-title__mobile {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
  .header-title__mobile-2 {
    width: 20rem;
    margin-bottom: 1rem;
  }
  .header-caption {
    font-size: 1rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 349px) {
  .header-title__mobile {
    font-size: 1.75rem;
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .gl-title {
    font-size: 1.3rem;
  }
  .gl-caption {
    font-size: 1rem;
  }
  .gallery-block-6 h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 250px) and (max-width: 559px) {
  .header-title {
    font-size: 1rem;
  }
  .header-caption {
    display: none;
  }
  .header-caption__mobile {
    display: block;
    width: 15rem;
    padding: 2rem 0;
    padding-top: 3rem;
    text-align: center;
    color: rgba(195, 195, 195, 0.937254902);
  }
  .gallery-container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .gl-title,
  .gl-caption {
    font-size: 1rem;
  }
  .gallery-block-4 .gl-text {
    display: none;
  }
  .gallery-block-5 {
    grid-template-columns: 100% 50rem;
    grid-template-rows: auto auto 65rem;
  }
  .gl-images-5-left {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto 7.5rem auto;
    row-gap: 2rem;
  }
  .gl-text__mobile {
    display: block;
    grid-row: 2;
    grid-column: 2/span 3;
    width: 100%;
    align-self: center;
  }
  .gl-text__mobile .gl-title,
  .gl-text__mobile .gl-caption {
    text-align: center;
  }
  .gl-images-5__1 {
    margin-bottom: 1rem;
    grid-row: 3;
    grid-column: 1/span 5;
  }
  .gl-images-5__2 {
    width: 12.5rem;
    margin-bottom: 0;
    grid-column: 3;
    grid-row: 1;
  }
  .gl-images-5__3 {
    grid-column: 1;
    grid-row: 3/span 2;
    margin-top: -1rem;
    margin-bottom: 3rem;
  }
  .gl-image-6 {
    width: 90%;
  }
  .gallery-block-6 h2 {
    font-size: 1rem;
  }
  .gallery-block-6 .gl-text__2 {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 250px) and (max-width: 370px) {
  .header-title__mobile {
    font-size: 1.75rem;
    width: 18rem;
  }
}
@media screen and (max-width: 360px) {
  .gallery-block-5 {
    grid-template-rows: auto auto 55rem;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1367px) {
  .lh__group-container__up {
    height: 1000px;
    justify-content: center;
    padding: 0 2.5rem;
  }
  .lh__first-slide {
    height: 500px;
    width: 800px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1367px) {
  .lh__group-container__up {
    padding: 0 0;
  }
}
@media screen and (max-width: 1500px) {
  .lh__text {
    min-width: 21rem;
    padding-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1209px) and (min-height: 720px) {
  .lh__group-container__up {
    height: 600px;
  }
}
@media screen and (max-width: 1209px) {
  .lh__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .lh__group-container__up {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .lh__group-container {
    align-items: flex-start;
  }
  .lh__slides-container {
    width: 100%;
  }
  .lh__first-slide {
    width: 625px;
  }
  .lh__text__div-container {
    display: block;
    padding-left: 6%;
    margin-top: -5rem;
  }
  .lh__caption__desktop,
  .lh__text__desktop {
    display: none;
  }
  .lh__caption__div {
    margin-bottom: 0.6rem;
  }
  .lh__text {
    margin-top: 0;
    min-width: 0;
  }
  .lh__text__div {
    width: 15rem;
    color: rgba(226, 226, 226, 0.887);
  }
}
@media screen and (max-width: 600px) and (min-height: 600px) {
  .lh__text__div-container {
    margin-top: -1.5rem;
  }
  .lh__group-container__up {
    height: 400px;
  }
}
@media screen and (max-width: 500px) and (min-height: 600px) {
  .lh__group-container__up {
    height: 350px;
  }
}
@media screen and (max-width: 450px) and (min-height: 600px) {
  .lh__group-container__up {
    height: 325px;
  }
  .lh__first-slide {
    height: 90%;
  }
}
@media screen and (max-width: 410px) and (min-height: 600px) {
  .lh__text__div-container {
    margin-top: 1rem;
  }
  .lh__group-container__up {
    height: 300px;
  }
}
@media screen and (max-width: 380px) and (min-height: 600px) {
  .lh__group-container__up {
    align-items: center;
  }
  .lh__text__div-container {
    margin-top: 1rem;
    text-align: center;
    padding-left: 0;
  }
  .lh__text__div {
    color: rgb(199, 199, 199);
  }
  .lh__group-container__up {
    height: 250px;
  }
}
@media screen and (max-width: 2000px) and (min-width: 1367px) and (min-height: 600px) {
  .lightboxes-2__container {
    flex-direction: column;
    padding: 7% 5% 3% 5%;
    justify-content: flex-start;
  }
  .first-slide {
    margin-top: 0;
    order: 1;
  }
  .edited-photos-section {
    order: 2;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    margin-top: 2rem;
  }
  .edited-gallery-container {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .eps-thr-div,
  .eps-lnfsg-div,
  .fe-div {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
  }
  .fe-div {
    margin-top: 2rem;
  }
  .finished-edits {
    margin-top: 1.25rem;
  }
  .title-link {
    margin-right: 5rem;
    width: 15rem;
  }
  .ep-title-2 {
    margin-right: 4.5rem;
    width: 10rem;
  }
  .first-slide {
    width: 900px;
    height: 760px;
    background-color: rgba(0, 0, 255, 0);
  }
}
@media screen and (max-width: 1366px) and (min-height: 650px) {
  .lightboxes-2__container {
    align-items: flex-start;
    justify-content: space-around;
    padding: 8% 8% 2% 8%;
  }
  .first-slide {
    width: 900px;
    height: 500px;
    margin-top: 0;
  }
  .l5__2_first-slide,
  .l5__3_first-slide {
    margin-left: 60px;
  }
  .edited-photos-section {
    height: 95%;
    min-width: 360px;
  }
  .l5__2_first-slide {
    height: 90%;
  }
}
@media screen and (max-width: 1365px) and (min-height: 600px) {
  .lightboxes-2__container {
    flex-direction: column;
    padding: 7% 5% 3% 5%;
    justify-content: flex-start;
  }
  .first-slide {
    margin-top: 0;
    order: 1;
  }
  .edited-photos-section {
    order: 2;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    margin-top: 2rem;
  }
  .edited-gallery-container {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .eps-thr-div,
  .eps-lnfsg-div,
  .fe-div {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
  }
  .fe-div {
    margin-top: 2rem;
  }
  .finished-edits {
    margin-top: 1.25rem;
  }
  .title-link {
    margin-right: 5rem;
    width: 15rem;
  }
  .ep-title-2 {
    margin-right: 4.5rem;
    width: 10rem;
  }
  .first-slide {
    width: 900px;
    height: 760px;
    background-color: rgba(0, 0, 255, 0);
  }
  .lightboxes-2__container {
    align-items: center;
  }
  .first-slide {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .lightboxes-2__container {
    padding: 7rem 3rem 2rem 3rem;
  }
}
@media screen and (max-width: 1019px) {
  .slides__close-button {
    font-size: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media screen and (max-width: 900px) {
  .lightboxes-2__container {
    padding: 13% 0 5% 0;
  }
  .edited-photos-section {
    padding: 0 3rem;
  }
  .fe-div {
    width: 100%;
  }
  .first-slide {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 770px) {
  .ep-title-2 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 650px) {
  .slides__close-button {
    top: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .edited-photos-section {
    padding: 0 2rem;
  }
  .slides__close-button {
    right: 2rem;
  }
}
@media screen and (max-width: 535px) {
  .eps-thr-div,
  .eps-lnfsg-div,
  .fe-div {
    flex-direction: column;
  }
  .title-link,
  .ep-title-2 {
    margin-right: 0;
    width: 20rem;
    margin-bottom: 0.25rem;
  }
  .fe-div {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 470px) {
  .slides__close-button {
    right: 1.5rem;
  }
}
@media screen and (max-width: 455px) {
  .first-slide {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 430px) {
  .edited-photos-section {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 390px) {
  .edited-photos-section {
    margin-top: 0.75rem;
  }
  .l5__2_edited-photos-section .ep-title,
  .l5__3_edited-photos-section .ep-title {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 365px) {
  .title-link,
  .ep-title-2 {
    width: 15rem;
  }
  .slides__close-button {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
}

/*# sourceMappingURL=style-2.css.map */
