.videoSection {
  position: relative;
}
.videoSection .syrVideo {
  position: relative;
}
.videoSection video {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .videoSection video {
    height: 340px;
  }
}
.videoSection .videoContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  height: 420px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent {
    height: 340px;
    background: rgba(255, 255, 255, 0.6);
  }
}
.videoSection .videoContent h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 68px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent h2 {
    color: #212121;
  }
}
.videoSection .videoContent p {
  color: #fff;
  font-size: 42px;
  text-align: center;
  margin: 20px 0px;
  line-height: 55px;
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent p {
    margin: 0;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #212121;
    font-weight: 600;
  }
}
@media screen and (min-width: 0) {
  .videoSection .videoContent .ptwo {
    font-style: italic;
  }
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent .pone {
    font-weight: 600;
    font-style: normal !important;
    margin-block: 16px;
  }
}
.videoSection .videoContent .videoBtn {
  width: 100%;
  text-align: center;
}
.videoSection .videoContent .videoBtn button {
  background: var(--red-color);
  height: auto;
  line-height: normal;
  padding: 11px 28px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent .videoBtn button {
    border-radius: 8px;
  }
}
.videoSection .videoContent .videoBtn button:hover {
  opacity: 0.9;
}
.videoSection .videoContent .videoLink {
  width: 100%;
  text-align: center;
}
.videoSection .videoContent .videoLink a {
  color: #fff;
  font-size: 24px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  max-width: 235px;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent .videoLink a {
    color: #212121;
    font-weight: 600;
  }
}
@media screen and (max-width: 576px) {
  .videoSection .videoContent .videoLink a img {
    filter: invert(1);
  }
}
.videoSection .videoContent .videoLink a span {
  margin-right: 0.7rem;
}

.videoImg {
  display: none;
}

@media (max-width: 991px) {
  .videoContent h2 {
    font-size: 24px !important;
  }
  .videoContent p {
    font-size: 18px !important;
  }
  .videoBtn {
    font-size: 16px !important;
  }
  .videoLink a {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .videoImg {
    display: block;
    height: 420px;
    overflow: hidden;
  }
  .videoImg img {
    width: 100%;
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .syrVideo {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .videoImg {
    height: 340px;
  }
}
@media screen and (max-width: 576px) {
  .callCta {
    font-style: italic;
  }
}/*# sourceMappingURL=sellYourRestaurant.module.css.map */