body {background-color: black;}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }


#imagesMain {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#imagesMain img {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}