/*Style Sheet for Digital Art Page*/

.artvideos h2 {
	font-family: 'Caviar Dreams', sans-serif;	
	font-size: 2em;
	text-align: center;
	padding-bottom: 10px;
}

.flex-videos {
  height: auto;
  max-width: 60%;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}

.flex-videos video {
  max-width: 90%;
  padding: 20px;
  resize: both;
  overflow: auto;
}



