.float_wp_right
{
	position: fixed;
width: 60px;
height: 60px;
bottom: 20px;
right: 20px;
background-color: #25d366;
color: #fff;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 9999;

}

.team_member img { border: 5px solid #d3186d!important; border-radius:0!important;  width: 250px!important;margin: auto;} 
.btn-cash,.btn-cash:hover{
   outline: 0;
  
    border-radius: 50px!important;
    background: #326920;
    border-color: #326920;
    color: #fff;
    font-size: 16px!important;
    height: 37px;
}
html,
body {
overflow-x: hidden;
}
video { 
    position: absolute;
    top: 50%; 
    left: 50%;
    /* min-width: 100% !important; */
    /* min-height: 100%; */
    width: 100% !important;
    /* height: auto; */
    z-index: 4;
    transform: translateX(-50%) translateY(-50%);
    /*background: url(//demosthenes.info/assets/images/polina.jpg) no-repeat;*/
    background-size: cover;
    transition: 1s opacity;
}

.banner .container>.title {
    padding-top: 140px;
    font-family: 'Gotham Rounded';
    text-align: center;
    color: white;
    margin-bottom: 25vh;
}
.head .sign_up {
    z-index: 1;
    position: relative;
    color: white;
    max-width: 700px;
    margin: 0 auto 120px auto;
    display: block;
}
.video-container{
	position: absolute;
    max-height: 750px;
   /* min-height: 700px;*/
   min-height: 750px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    width: 100%;}

@media screen and (max-width: 767px){
	video{   
	 top: 23% !important;
	}
	.carousel-caption{ 
	 margin-top: 9vh !important;left: 3%!important;
	}
}

@media screen and (max-width: 320px){
	video{   
	 top: 21% !important;
	}
.carousel-caption h1 {
    font-size: 25px;
    line-height: 25px;
}
.carousel-caption .small_head {
    font-size: 24px;
    line-height: 30px;
    margin-top: 2px;
}
.carousel-caption p {
    font-size: 13px;
}
.small-screen-btn{
	          margin-left: -23px;
}
}


/*CSS for banner change content*/
.carousel-caption .small_head {
    color: #e30d6f!important;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 60px;
}
.carousel-caption h1 {
    color: #e30d6f;
    font-size: 55px;
    font-weight: 700!important;
    margin-top: 0;
    line-height: 75px;
}
.carousel-caption p {
    color: #1d1d1d!important;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.carousel-caption {
    margin-top: 20vh !important;
}
}