.fixed-bar-top {
  text-align: center;
  background-color: #262425 !important;
}
.fixed-bar-top .alert {
  margin-bottom: 0;
}
.fixed-bar-top button.close {
  opacity: 1;
  color: white;
}

.videos {
	width: 100%;
	display: flex;
	flex-flow: row;
	margin: 40px 0;
}

@media (max-width: 610px) {

	.videos {
		flex-flow:column;
	}
    
    .videos .video-container {
		margin-bottom: 20px;
	}

	.videos iframe,
	.videos video {
		height: 200px !important;
	}
	
	.videos .video-btn {
	    width: 75px;
	}

}