.displaynone {
display: none;
}

@media screen {
    .mirador {
        display: flex;
        width: 100%;
        min-height: 600px;
        margin: 0;
        position: relative;
}

}

.PID {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(211, 211, 211, 0.5);
  outline: 2px solid transparent;
  outline-offset: 10px;
  text-align: right;
}


.PID:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  outline: 2px solid #999;
  z-index: -1;
}

.MainTitletitle{
font-size: 100px;
color: #000000;
}

.MainTitle {
 width: 500px;
float: Left;

}

.Definition {

margin-left: 600;
width: 450px;
float: Right;
}

  .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;

    }

    .footer img {
      float: left;
      margin-right: 10px;
height: 100px;

    }

 .logo-container {
  position: fixed;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: space-between;
      max-width: 1000px;

}

    .logo-container img {
   
width: auto;
max-height: 100px;
margin: 20px;
     
    }

div.property:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
display: none;
}