.video_container {
    background-color: #282828; //#1d2835;
	width: 100%;
    margin-bottom: 5px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

#page_selector {
    background-color: #282828; //#15263a;
    padding: 5px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: right;
    padding: 10px;
    margin-bottom: 15px;
}

#page_selector {
    margin-top: 10px;
}

#page_selector #counter {
    padding: 2px 4px 2px 4px;
    border: 1px solid white;
    margin-left: 5px;
}