/*--------------------------------------
	9.3 Full Width Video Area
----------------------------------------*/
.ready-to-love-video-area {} .ready-to-live-wrap h2 {
                                 font-size: 30px;
                                 margin-bottom: 20px;
                                 text-transform: uppercase;
                             }
.ready-to-live-wrap p {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#video-bg {
    width: 100%;
}
.ready-to-live-wrap {
    height: 470px;
    overflow: hidden;
    position: relative;
}
.video-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.video-text h2,
.video-text p {
    color: #fff;
}
.tb-t {
    display: table;
    height: 100%;
    width: 100%;
}
.tb-c {
    display: table-cell;
    vertical-align: middle;
}
.ready-to-live-wrap::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
#polina button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    width: 60px;
}