       #about-section .img-holder::before {
            background-color: rgba(0,0,0,0.5);
        }
        .centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            text-align: center;
            font-size: 18px;
            font-family: 'Raleway', sans-serif;
            letter-spacing: 1px;
            font-weight: 600;
        }
        .centered hr {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .centered img {
            width: 25px;
            display: block;
            margin: auto auto 6px;
        }
        .popup__toggle-vid {
	top: 4%;
	position: absolute;
/*	right: 14%;*/
	cursor: pointer;
}
.popup__overlay-vid {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(53, 36, 22, 0.95);
	text-align: center;
	z-index: 1111;
  }
  
  .popup__overlay-vid:after {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	content: "";
  }
  
  .popup-vid {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 480px;
	padding: 5px;
	border: 1px solid black;
	background: black;
	color: white;
	vertical-align: middle;
  }
  
  .popup-form__row {
	margin: 1em 0;
  }
  
  .popup__close-vid {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 12px;
	height: 12px;
	padding: 8px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: rgba(53, 36, 22, 0.95);
	text-decoration: none;
	font-weight: bold;
  }
  
  .popup__close-vid:hover {
	color: #eea200;
  }
  
  iframe {
	width: 100%;
	height: 100%;
  }

  @media (max-width: 767px) {
	.popup__toggle-vid {
		top: 4%;
		position: unset;
/*		right: 14%;*/
		margin-top: 5%;
	}
  }
  @media (width: 1024px) {
	.popup__toggle-vid {
		/* top: 30%;
		position: absolute;
		left: 35%; */
/*		right: 10%;*/
	}
  }