/* body{
    background: url("./bg1.png") no-repeat;
    background-size: cover;
} */
.mainContainer {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background: #000; */

}
@media screen and (min-width: 1152px) {
    .mainContainer {
        display: block;
        width: 1152px;
        margin: 2% auto;
        /* background: #000; */
    }
}

.video-container {
    position: relative;
    margin-top: 25px;
    background: #051423;
}

.video-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 50%;
}

.video-container > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-container video {
    width: 100%;
    height: 100%;
}

.urlInput {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.centeredVideo {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.controls {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 10px;
}
.controls .start-btn{
    border:none;
    width:68px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: #4b80e0;
    border-radius: 8px;
    margin-right: 10px;
    color: #fff;
}
 .controls .start-btn:hover{
    background: #416fc3;
     font-size: 16px;
 }
.controls .stop-btn{
    border:none;
    width:68px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: #9147b6;
    border-radius: 8px;
    color: #fff;
}
.controls .stop-btn:hover{
    background: #a162c1;
    font-size: 16px;
}
.logcatBox {
    border-color: #5a7b77;
    font-family: Menlo, Consolas, monospace;
    display: block;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    background: #283844;
}

.url-input , .options {
    font-size: 13px;
}

.url-input {
    display: flex;
    width: 60%;
    height: 34px;
    line-height: 34px;
    margin-right: 30px;
    color: #fff;
}

.url-input label {
    flex: initial;
    width: auto;
    margin-right: 18px;
    font-size: 16px;
}

.url-input input {
    flex: auto;
    padding-left: 10px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #597880;
    background: #0b021d;
    box-shadow: 1px 2px 5px #197188;
    font-size: 16px;
    opacity: 0.7;
}

.url-input button {
    flex: initial;
    margin-left: 8px;
}

.options {
    margin-top: 5px;
}

.hidden {
    display: none;
}
