.close_overlay {
  text-align: right; }

.overlay_div {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111;
  background: #000000cf;
  height: 100vh;
  display: none; }

.overlay_container {
  width: 63%;
  margin: auto;
  height: 100vh;
  position: relative;
  top: 10%; }

@media screen and (max-width: 767px) {
  .overlay_container {
    width: 97%; } }
