#myVideo {
  position: fixed;
  right: 0;
  top: 0;
  bottom:  0;
  left: 0;
  min-width: 100%; 
  min-height: 100%;
}

.cdt {padding: 130px 0px ;text-align: center;}
.cdt p {color: #fff;} .cdt a {font-size: 17px;}

html .background-color-black {
    background-color: #000 !important;
}

html .background-color-black2 {
    background-color: #151517 !important;
}

@media (min-width: 1200px){
.container {
    width: 1300px;
}
}

.text-color-yelllow{color: #e6b129}



/* Gray Scale */
.hover08 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover08 img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.artists-de h2{  color: #fff; margin-bottom: 10px; font-weight: 600; border-bottom: 2px solid #f8bf03; width: 100%; padding-bottom: 10px}
.artists-de h5{color: #f8bf03; margin-bottom: 30px;}
.artists-de h4{color: #d3cccc;  font-weight: 600;}
.artists-de li{color: #fff; }

.phgallery{ margin-bottom: 30px }

.audio-main{ background: #fbc101; padding: 10px 20px; width: 100%; float: left; margin-bottom: 10px; }
.audio-main h4{ font-weight: 600; margin-bottom: 0px; margin-top: 20px}