@font-face {
	font-family: 'helvetica';
	src: url('Helvetica.eot');
	src: local('☺'), url('Helvetica.woff') format('woff'), url('Helvetica.ttf') format('truetype'), url('Helvetica.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.orientation-msg-container{
	background: url(../sprites/turn-phone.png) no-repeat center center fixed;  
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
}

.orientation-msg-text{
    font-size: 40px;
    font-family: "Helvetica";
    color: #000;
    text-align: center;
    width: 80%;
    
    position: fixed;
    top: 50%;
    -webkit-transform: translate(15%,-50%);
    -moz-transform: translate(15%,-50%);
    -ms-transform: translate(15%,-50%);
    transform: translate(15%,-50%);
    
        
}

@media (max-width: 767px) {
    .orientation-msg-text{    
        font-size: 30px;  
    }
}


@media (max-width: 500px) {
    .orientation-msg-text{    
        font-size: 30px;  
    }
}