body,
html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.c-page{
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.c-page>div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.avatar{
    border-radius: 150px;
}
a.homeicon{
    color: #fff;
    margin-right: 15px;
    transition: ease-in-out .3s all;
}
a.homeicon:hover{
    opacity: .6;
}
.last-icon{
    margin-right: 0 !important;
}
@media only screen and (max-width: 600px) {
  .hide-on-phone {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-tablet-up {
    display: none !important;
  }
}