body.widget-snippet {
    background-color: #111111;
    padding: 40px;
}

.paint-project-section .container-fluid,
.paint-project-section .col-md-6 {
    padding: 0;
}
.paint-project-section .find-out-more{
    margin-top: 9px;
    text-decoration: none;
    padding: 11px 67px 11px 47px;
    background: #3de39a;
    border-radius: 30px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-family: 'Century Gothic', sans-serif;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.paint-project-section .find-out-more:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 22px;
    line-height: 25px;
}
.paint-project-section .find-out-more:hover,
.paint-project-section .find-out-more:focus{
    text-decoration: none;
    background: #42a97c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
}
.paint-project-section {
    background: #000069;
    min-height: 570px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.paint-project-section .video {
    min-height: 582px;
    position: relative;
    display: flex;
    max-height: 582px;
}
.paint-project-section .video-frame {
	height: auto;
}
.paint-project-section .paint-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.paint-project-section .video-icon  {
    display: block;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.paint-project-section .video-icon:hover {
    opacity: .8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.paint-project-section .pain-project-desc {
    padding: 0 130px;
}

.paint-project-section .pain-project-desc h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    padding-bottom: 25px;
}
.paint-project-section p {
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: 'Century Gothic', sans-serif;
}
.paint-project-section .video >img {
    position: absolute;
    height: 100%;
}
