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

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

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

.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 {
    width: 555px;
    height: 312px;
    max-width: 100%;
    border: none;
}

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

    .text-image-video-block .imageright,
    .text-image-video-block .imageleft,
    .text-image-video-block iframe {
        float: none;
        display: block;
    }

    .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;
    }

}