.text-image-video-block {
    padding: 50px 0;
    overflow: hidden;
}

.text-image-video-block h2 {
    margin: 0 0 1rem 0;
}

.text-image-video-block a {
    text-decoration: underline;
}

.text-image-video-block .text-wrapper {
    margin-bottom: 0;
}

.text-image-video-block .imageleft {
    float: left;
    margin-right: 60px;
    margin-bottom: 30px;
}

.text-image-video-block .imageright {
    float: right;
    margin-left: 60px;
    margin-bottom: 30px;
}

.text-image-video-block .imagetop {
    margin-bottom: 30px;
}

.text-image-video-block .imagebottom {
    margin-top: 30px;
}

.text-image-video-block .imagetop {
    margin-bottom: 30px;
}

.text-image-video-block .imagebottom {
    margin-top: 30px;
}

.text-image-video-block iframe {
    max-width: 100%;
    border: none;
}

@media screen and (max-width:991px) {
    
    .text-image-video-block img,
    .text-image-video-block iframe {
        float: none !important;
    }

    .text-image-video-block iframe {
        width: 100%;
    }
    
    .text-image-video-block .imageleft {
        margin-right: 0;
    }
    
    .text-image-video-block .imageright {
        margin-left: 0;
    }
    
}

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

    .text-image-video-block .text-wrapper {
        margin-top: 20px;
    }

}