.icon-xxl img{
    width: 150px;
}

.dlab-box-bg,
.blog-bx{
    background-color: #fff!important;
}

.blog-curve-img a:after{
    width: 95%;
    background-repeat: no-repeat;
}

.blog-curve-img img {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 95%; 
    mask-size: 95%;
}

.feature-img-bx .video{
    position: relative;
    width: 300px;
    height: 534px;
    margin: -45px auto 0 auto;
    transform: rotate(-5deg);
    -webkit-box-shadow: 0px 10px 7px -3px rgba(254,244,243,1);
    -moz-box-shadow: 0px 10px 7px -3px rgba(254,244,243,1);
    box-shadow: 0px 10px 7px -3px rgba(254,244,243,1);
    border-radius: 5px;
}

.embed-responsive {
    overflow: visible;
}

.feature-img-bx .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 534px;
    border-radius: 5px;
}

@media only screen and (max-width: 425px) {

    .feature-img-bx .video{
        width: 100%;
        max-width: 290px;
        transform: rotate(0);
        border-radius: 5px;
        text-align: center;
        height: 515px;
    }
    .feature-img-bx .video iframe{
        border-radius: 5px;
        width: 100%;
        height: 515px;
    }

}

