
/********************
AFPIMS Newcomers/Welcome Pages CSS
AUTHOR: U.S. ARMY SOUTH
VERSION: 1.0.5
Update: Sept 02, 2020
*********************/
.WelcomeTitleWrapper{
    text-align: center;
}

.welcomeArmySouth{
    display:inline-block;
}
.letterVideoTitle{
    text-align: center;
}
.modalWelcomeLetters img{
    cursor: pointer;
}
.welcomeLetterIcon{
    margin-left:auto;
    margin-right:auto;
}

.appVideo video {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}