/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* Coaching Portal */

@media only screen and (min-width: 768px) {
.overlay {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  background-color: #222222;
  overflow: hidden;
  width: 250px;
  height: 0;
  transition: .5s ease;
}
}

@media only screen and (max-width: 767px) {
.overlay {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  background-color: #222222;
  overflow: hidden;
  width: 87%;
  height: 0;
  transition: .5s ease;
}
}

.container .box:hover .overlay {
  height: 100%;
  opacity: .8;
}

.text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
	font-family: Poppins;
	width: 95%;
}
.recruting-video {
	align-self:baseline;
}