﻿.media-hide {
    display: none;
}

.media-center {
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: whitesmoke;
    clear: both;
    display: table;
    width: 80%;
    margin-left: 10%;
    overflow-y: auto;
}

.media-text {
    padding: 10px;
    width: 50%;
    height: 80%;
    float: left;
    border-radius: 5px;
}


.media-controls {
    /*float:right messes it up. remove it and all fine Need to adjust heigth of container*/

    padding: 10px;
    display: inline-block;
    width: 50%;
    height:80%;
    border-radius: 5px;
    background-color: whitesmoke;
}
.media-buttons {
    height:20%;
}

.media-title {
    text-align: center;
}

select {
    width: 100%;
    padding: 10px 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}



/*button {
    border-radius: 5px;
    float: right;
    width: 100px;
    margin: 10px;
    background-color: #428BCA;
    color: #fff;
}*/
/*.large-button {
    width: 150px;
    padding: 5px;
}*/

/*button:hover {
    background-color: #3071A9;
}*/

.media-video-feed {
    object-fit: fill;
    margin: 10px;
    width: 90%;
}

