@font-face {
    font-family: 'GilroyLight';
    src: url('Gilroy-Light.otf');
}
  
@font-face {
    font-family: 'AdelleLight';
    src: url('AdelleSans-Light.ttf');
}

@font-face {
  font-family: 'GilroyLightItalic';
  src: url('Gilroy-LightItalic.ttf');
}

@font-face {
  font-family: 'GilroyMedium';
  src: url('Gilroy-Medium.ttf');
}

video::-webkit-media-controls {
  display:none !important;
}
  
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

header {
  display: block;
  width: 100%;
  background-color: #ec192c;
  height: 70px;
}

header > div {
  width: 90%;
  max-width: 502px;
  margin: 0 auto;
}

header div div {
  clear: both;
}

header div p {
  color: white;
  font-family: 'GilroyLight';
  font-size: 22px;
  float: right;
  margin-top: 20px;
}

header div img {
  width: 200px;
  margin-top: 22px;
  float: left;
}

#contPopUp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#popUp {
  width: 90%;
  max-width: 680px;
  background-color: white;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 20vh;
}

#popUp p {
  font-family: 'AdelleLight';
  font-size: 32px;
  color: #656565;
  display: block;
  text-align: center;
  padding: 15% 5% 12% 5%;
}

#popUp #btnClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  background-image: url('../images/closeBtn.png');
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#popUp #line {
  display: block;
  width: 100%;
  height: 20px;
  background-image: url('../images/borderPop.png');
  background-repeat: repeat-x;
}

#work-image-container {
  display: block;
  width: 90%;
  max-width: 502px;
  margin: 0 auto;
  margin-top: 30px;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.4s ease-in-out;
  height: auto;
  position: relative;
  z-index: 2;
}

#work-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

#work-video-container {
  display: block;
  width: 90%;
  max-width: 502px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

#work-video-container video {
  height: auto;
  width: 100%;
  display: block;
}

#author-container {
  display: block;
  width: 90%;
  max-width: 502px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#author-container #name{
  font-family: 'GilroyMedium';
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 28px;
  text-align: left;
}

#author-container #work-name {
  font-family: 'GilroyLightItalic';
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  text-align: left;
}

#author-container #details {
  font-family: 'GilroyLight';
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: left;
}
  
#author-container #work-description {
  font-family: 'AdelleLight';
  display: block;
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: left;
}

.showVideo {
  z-index: 3 !important;
  opacity: 1 !important;
}
  
@media screen and (max-width : 479px) {
  header div p {
    font-size: 20px;
    margin-top: 25px;
  }
  
  header div img {
    width: 150px;
    margin-top: 27px;
  }
}