@font-face 
{
  font-family: "Albert-Bold";
  src: url("Albert_Bold.otf");
}


.not_support_landscape {
	display: block!important;
    background-color: #e3decd;
    background-image: url(../images/bg.png);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    text-align: center;
    font-family: "Albert-Bold";
    background-repeat: no-repeat;
}

.not_support_landscape h4 {
	display: inline-block;
    padding-top: 15%;
    color: #505050;
    text-transform: uppercase;
}

.container-fluid {
	display: none;
}