﻿.youtubeVideo {
    /*width: 50%;*/
    margin: 0 auto;
    text-align: center;
    /*width: 100%    !important;*/
    /*height: auto   !important;*/
    /*max-width:100%;*/
    /*position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;*/
}

.videoBox {
    display: flex;
}

.videoBox hr {
    align-self: center;
    background: black;
    width: 40%;
    height: 1px
}

.videoContainer {
    border: 2px solid;
    width: 75%;
    padding: 10px;
    text-align: center;
}

.videoButton {
    background: transparent;
    border: 2px solid;
    padding: 10px 40px;
    font-size: 15px;
    text-align: center;
    margin: 20px 10px 10px 0;
    font-weight: bold;
    display: inline-block;
}

.title_box {
    border: #999867 2px solid;
    padding: 10px;
}

.title_box #title {
    position: relative;
    top: -1.25em;
    margin: 0 auto;
    /*display: inline;*/
    color: #fff;
    background-color: #330000;
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
    max-width: 500px;
}

.title_box #content {
}


/* ORIGINAL VIDEO BUTTON LINKS*/

.wrap {
    text-align: center;
    margin: 0px;
}

.links {
    padding: 0 10px;
    border-top: solid 2px #CECEB4;
    height: 2px;
    line-height: 0.1em;
    color: #CECEB4;
    background-color: #CECEB4;
}

.dot {
    float: left;
    position: relative;
    top: -10px;
    top: -1.25em;
}

.dotC {
    float: none;
    position: relative;
    top: -10px;
    top: -1.25em;
}

.dotR {
    float: right;
    position: relative;
    top: -10px;
    top: -1.25em;
    align-content: center;
    text-align: center;
}


/* NEW VIDEO BUTTON LINKS*/

.VideoButtons_wrap {
    text-align: center;
    margin: -10px;
    /*position: relative;*/
}

.VideoButtons_links {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top: solid 2px #CECEB4;
    height: 2px;
    line-height: 0.1em;
    color: #CECEB4;
    background-color: #CECEB4;
}

.VideoButtons_wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    /*border-top: 1px solid black;*/
    /*background: black;*/
    width: 100%;
    transform: translateY(-50%);
}

.VideoButtons_dot {
    position: relative;
    top: -10px;
    top: -1.25em;
}



.text-brown {
    color: #330000;
}