#toolset-intro {
    padding:180px 0 80px 0;
    text-align: center;
    background: #fff;
}

@media (max-width: 768px) {
    #toolset-intro {
        padding:120px 0 80px 0;
    }
}

#toolset {
    background: #fff;
    padding:80px 0;
}

#toolset .content-block {
    background: #f1f5f9;
    padding:40px;
    min-height:600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border:1px solid #f1f5f9;

}

#toolset .image-block {
    background: #fff;
    min-height:600px;
    overflow: hidden;
    border:1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    #toolset .content-block {
        min-height:0px;
        padding:40px 15px;
    }

    #toolset .image-block {
        min-height:530px;
    }
}


#toolset .video-placeholder {
    width:100%;
    height: auto;
}

#toolset .video-placeholder video {
    max-width: 100%;


}