.videoBlock { float:left; width:49%; }
.videoBlock iframe { width:100% !important; height:315px !important; }
.videoTextBlock { float:left; width:49%; padding-right:20px; padding-top:50px; font-size:16px; }
.videoTextBlock div, .videoTextBlock p { font-size:inherit; }

.button {
    display: inline-block;
    color: #fff;
    border: 2px solid transparent;
    border-bottom-color: rgba(34, 153, 85,1);
    background: rgba(63, 210, 126,1);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size:14px;
}
.button:hover { background: rgba(63, 210, 126,0.9); }

.buttonNarinji {

    display: inline-block;
    color: #fff;
    border: 2px solid transparent;
    border-bottom-color: rgb(255,102,0);
    background: rgb(255,102,0);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size:14px;
}

.buttonNarinji:hover { background: rgba(255,102,0,0.8); }

@media (max-width: 768px) {
    .videoBlock { float:none; padding:10px; width:100%; }
    .videoTextBlock { float:none; padding:10px; width:100%; padding-right:0; text-align:center; font-size:14px; }
}
