.sponser_banner_video figure{
	height:auto !important;
}
.sponsor_banner_text h4 {
    margin:0 0 18px 0 !important;
  }
  .sponsor_banner_text p{
		font-size:21px;
	}
@media (max-width: 1500px) {
	.sponsor_banner_text p{
		font-size:21px;
	}
  .sponsor_banner_text .btns {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .sponser_banner_video figure {
    margin:0 auto 0;
    max-height: none;
  }
}
@media(max-width:1400px) {
  .sponsor_banner_text h4 {
    font-size: 26px;
    margin:0 0 35px 0;
  }
}
@media(max-width:1300px) {

}
@media(max-width:991px) {
  .sponser_banner_video {
    margin:15px auto 0;
    max-height: 450px;
    display: inline-block;
    height: auto;
  }
}
.smallText{
	font-size:22px;

	margin-top:25px;
}
.play_button{
	position:relative;
}
.play_button a{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    transform: translate(5%, 0%);
    color: #fff;
    background: #000;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    line-height: 70px;
    padding-left: 8px;
    border-radius: 50%;
    font-size: 30px;
}

.sponser_banner_video {
	position: relative;
	overflow: hidden;
}
.sponser_banner_video figure {
    position: absolute;
    overflow: hidden;
    left: 7.7%;
    right: 8%;
    top: 5.5%;
    bottom: 4.5%;
    background-color: #000000;
}
.sponser_banner_video figure > video, .sponser_banner_video figure > img {
	width: 100%;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
.sponser_banner_video > img {
	width: 100%;
}
.elite_marketing_video {
	/*background-color: #000;
	border-radius: 20px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
	overflow: hidden;
	margin: 30px auto 0;
	max-width: 680px;
	padding-top: 60%;
	position: relative;*/
	
	  margin:0px auto 0;
	position: relative;
  background:url(../images/landing_site/mobile2.webp) top center no-repeat;
  width: 346px;
  height: 639px;
  padding:16px 17px 15px;
  overflow:hidden;
	
}
.elite_marketing_video img, .elite_marketing_video video {
	width: 100%;
	height: 100%;
	vertical-align: top;
  border-radius:40px;
  object-fit: cover;

}
