/* University of Dundee Homepage Hero Carousel Options */






/* Home Video Containers */

.home .container-video-play{
  position: relative;
}

.home .container-video-play a.video-play{
  height: 90px;
  width: 100px;
  font-size: 4.7em;
  color: #fff;
  position: absolute;
  top: 77.4%;
}

.home-research-container .research-item-container .research-item:nth-child(1) .container-video-play a.video-play, .home-research-container .research-item-container .research-item:nth-child(2) .container-video-play a.video-play{
  /*top: 62.4%;
  right: 2.5%;
  height: 95px;
  width: 105px;
  font-size: 5em;
  color: #fff;*/
}

@media screen and (max-width: 1199px){
  .home .container-video-play a.video-play{
    top: 67.4% !important;
  }
}

@media screen and (max-width: 991px){
  .home .container-video-play a.video-play{
    top: 63.4% !important;
  }
}

@media screen and (max-width: 767px){
  .home .container-video-play a.video-play{
    top: 79.9% !important;
  }
}

@media screen and (max-width: 682px){
  .home .container-video-play a.video-play{
    top: 77% !important;
  }
}

@media screen and (max-width: 580px){
  .home .container-video-play a.video-play{
    top: 72.5% !important;
  }
}

@media screen and (max-width: 480px){
  .home .container-video-play a.video-play{
    top: 60.4% !important;
  }
}

@media screen and (max-width: 320px){
  .home .container-video-play a.video-play{
    top: 59.2% !important;
    height: 70px;
    width: 80px;
    font-size: 3.5em;
  }
}