.content {
position: relative;
width: auto;
overflow: hidden;
padding-bottom: 1%;
padding-left: 17px; 
padding-top: 2px;
margin-top: 26px;
margin-bottom: 23%;
}
.content a:link {
color: #0d99fd;
text-decoration: underline;
}
.content a:hover {
color: #fe6507;
text-decoration: underline;
}
.content a:visited {
color: #0d99fd;
text-decoration: underline;
}
/***********Music Image Gallery***********/
.row > .column {
padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Create four equal columns that floats next to eachother */
.column {
float: left;
width: auto;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 55px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.9);
}
/* Modal Content */
.modal-content {
position: relative;
background-color: rgba(0.2, 0.2, 0.2, 0.9); 
margin: auto;
padding-bottom: 0;
width: 90%;
max-width: 1200px;
}
/* The Close Button */
.close {
color: white;
position: absolute;
top: 18px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
display: none;
}
/* Caption text */
.caption-container {
text-align: center;
background-color: rgba(0, 0, 0, 0.9);
padding: 2px 16px;
margin-top: -4px;
color: white;
}
/***********Music Image Gallery End***********/
/*************Video Image Gallery*************/
/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
animation-name: zoom;
animation-duration: 0.6s;
}
@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
.legend {
padding-top: 18px;
font-family: arial;
font-size: 16px;
line-height 28px;
letter-spacing: 1px;
font-weight: normal;
color: #eee;
}
