﻿@media screen and (max-width: 800px) {

    .property-info{
        display:none;
    }

    header{
        text-align:center;
        height: 80px;
    }

    .page-content {
        /*height: calc(100% - 55px);*/
        height: initial;
        min-height: calc(100% - 95px);
    }

    .page-card{
        max-width: initial;
        width: 100%;
    }

    .page-card-contents{
        padding: 5px;
    }

    #property-name {
        display: block;
        font-size: 1.2em;
        padding: 10px 0;
        border: none;
        text-align: center;
        background:transparent;
        position:relative;
        left:0;
        top:15px;
        /*background: #2c2c2c;
        color: white;*/
    }

/*    #property-name.hidden{
        display:block;
        display:initial !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 1.2em;
        padding: 10px 0;
        border: none;
        text-align:center;
    }*/

    #property-logo{
        /*display:none;*/
        max-height: 70px;
        max-width: 95%;
        margin:5px 0 0 0;
    }

    #submit-feedback-external-btn{
        display:none;
    }


}
