@media screen and (min-width: 0px) and (max-width: 416px) {
  .eap-bragwall-4 .container-fluid {
    font-size: 14px !important;
  }
  .eap-bragwall-4 .card-image {
    height: 150px !important;
  }
}
@media screen and (min-width: 416px) and (max-width: 750px) {
  .eap-bragwall-4 .card-image {
    height: 150px !important;
  }
  .eap-bragwall-4 .container-fluid {
    font-size: 16px !important;
  }
}
.eap-bragwall-4 .container-fluid {
  position: relative;
  padding: 0px;
  font-size: 18px;
}
.eap-bragwall-4 .bragwall-container {
  position: relative;
  height: 100%;
  min-height: 800px;
  padding-top: 6em;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.eap-bragwall-4 section {
  padding: 0em 0em;
}
.eap-bragwall-4 .container {
  margin: 0 auto;
  max-width: 900px;
  min-height: 600px;
}
.eap-bragwall-4 .hero-btn {
  font-weight: 700;
  height: 60px;
  color: #fff;
  background-color: #9c9ca7;
  margin-top: 2em;
  padding: 0em 3em;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-bragwall-4 .hero-btn:hover {
  transform: scale(1.045) translateY(-5px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.eap-bragwall-4 .hero {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
}
.eap-bragwall-4 .info {
  text-align: center;
  z-index: 3;
  position: relative;
  color: #333;
  top: 150px;
}
.eap-bragwall-4 .info p {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  color: #9ba6b2;
}
.eap-bragwall-4 .screen {
  z-index: 1;
  background-color: #fff;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.eap-bragwall-4 .agent-info {
  margin-top: 4em;
  padding: 0px;
}
.eap-bragwall-4 .agent-photo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.eap-bragwall-4 .agent-name {
  font-size: 12px;
  color: #333;
  padding-top: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}
.eap-bragwall-4 .bragwall-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 90%);
}
.eap-bragwall-4 .bragwall-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 750px;
  color: #333;
  margin: 0 auto;
  z-index: 1;
  padding: 1em;
}
.eap-bragwall-4 .card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-radius: 16px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.eap-bragwall-4 .bragwall-card h2,
.eap-bragwall-4 .bragwall-card p,
.eap-bragwall-4 .bragwall-card h4 {
  text-align: center;
  margin: 0em auto;
  max-width: 600px;
}
.eap-bragwall-4 .bragwall-card p {
  color: #fff;
  opacity: 0.8;
}
.eap-bragwall-4 .bragwall-card h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 2em;
  opacity: 0.4;
}
.eap-bragwall-4 .bragwall-card h2 {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #fff;
}
.eap-bragwall-4 .card-info {
  position: relative;
  z-index: 100;
}
.eap-bragwall-4 .card-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.eap-bragwall-4 .play-video {
  width: 50px;
  height: 50px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-bragwall-4 .play-video:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-bragwall-4 .play {
  color: #9c9ca7;
  font-size: 41px !important;
  padding-top: 4px;
  cursor: pointer;
}
.eap-bragwall-4 .video-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.92);
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s ease;
}
.eap-bragwall-4 .show {
  opacity: 1;
  pointer-events: all;
}
.eap-bragwall-4 .show .video-container {
  transition: 0.4s ease;
}
.eap-bragwall-4 .video-container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-200px) translateX(-50%);
  max-width: 560px;
  height: 315px;
  margin: 0 auto;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}
.eap-bragwall-4 .close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #9ba6b2;
  font-size: 41px !important;
  cursor: pointer;
}