* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
}
p {
  padding: 0;
  margin: 0;
}
.single-work {
  padding: 40px 10px 80px 10px;
  /* padding-top: 130px; */
}

.single-work .container {
  max-width: 1170px;
  margin: 0 auto;
}

.single-work .container .single-image-holder {
  margin-bottom: 50px;
}

.single-work .container .single-image-holder img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}

.single-work .container .video-title h2 {
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 30px;
}

.single-work .container .video-logline p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

.single-work .container .single-text-holder {
  padding: 40px 0;
}

.single-work .container .single-date-holder {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #7c7c7c;
  font-family: "Barlow", sans-serif;
  letter-spacing: 3px;
}

.single-work .container .single-text-holder .single-heading-holder {
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
}

.single-work .container .single-text-holder .single-text-description {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #d1d1d1;
  font-family: "Montserrat", sans-serif;
}

.single-work .container .single-meta-info {
  padding: 20px 20px;
  background: #000;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.single-work .container .single-meta-info .title-heading h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.single-work .container .single-meta-info .title-heading h2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  font-family: "Barlow", sans-serif;
}

.single-work .container .single-video-holder {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.single-work .container .single-video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------Responsive Media Queries ------------------------*/
@media screen and (max-width: 991px) {
  .single-work {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .single-work .single-meta-info .title-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .single-video-holder iframe {
    height: 100vh;
  }

  .single-work .container .single-image-holder img {
    height: 100%;
  }
}

@media screen and (max-width: 576px) {
  .single-work .container .video-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
