﻿.description {
    margin-top: 40px;
}

h1 {
    margin-top: 40px;
}

.flexcontainer {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.videoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dashed black;
}

.videoContainer > video {

    width: 100%;
}

.imgROI {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    .imgROI > img {
        width: 99%;
        height: auto;
    }

    .imgROI > p {
        height: 40px;
        font-weight: bold;
    }
