.containerfold {
    position: relative;
    width:100%;
    height:100vh;
}

.containerprofile {
    position: relative;
    width:80%;
    margin: 0 auto;
    display: block;
      z-index: 1;
}

.containertext {
    float: left;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 65%;
}

.containermenu {
    position: relative;
    z-index: 1;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.imageprofile {
    width: 100%;
    height:50%;
    float:left;
    background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4)
    ),url(http://familyvidal.com/novo/img/profile/fv-profile-000001-small.jpg);
    background-size: cover;
    position: relative;
}

.imageprofiled {
    width: 100%;
    height:50%;
    float:left;
    background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4)
    ),url(http://familyvidal.com/novo/img/profile/fv-profile-000002-small.jpg);
    background-size: cover;
    position: relative;
}

.imagewine {
    width: 50%;
    height:100%;
    float:left;
    object-fit:cover;
    background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4)
    ),url(http://familyvidal.com/novo/img/pics/wine0002.JPG);
    opacity: 1;
    background-size: cover;
    position:relative;
}

.imagewine:hover {
  opacity: 0.95;
}

.imagefood {
    width: 50%;
    height:50%;
    float:left;
    object-fit:cover;
    background: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6)
    ),
    url(http://familyvidal.com/novo/img/pics/food0002.JPG);
    opacity: 1;
    background-size: cover;
    position:relative;
}

.imagefood:hover {
  opacity: 0.95;
}

.imagetravel {
    width: 50%;
    height:50%;
    float:left;
    object-fit:cover;
    background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4)
    ),url(http://familyvidal.com/novo/img/pics/travel0001.JPG);
    opacity: 1;
    background-size: cover;
    position:relative;
}

.imagetravel:hover {
  opacity: 0.95;
}

h1 {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.75);
  padding: 4px 8px;
  color: black;
  margin: 0;
  font: 28px verdana;
}

h2 {
  position: absolute;
  bottom: 35px;
  left: 40px;
//   background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
  color: white;
  margin: 0;
  font: 28px verdana;
}

.textopequeno {
font-size:18px;
}

hr {
    color: #123455;
    background-color: green;
    border: none;
    border-width:0; 
    height:6px; 
    lineheight:0; 
    display: inline-block; 
    text-align: left; 
    width:30%;
}

@media screen and (max-device-width: 736px) {
    .overlay a { font: 86px verdana; }
    .overlay .closebtn { font: 180px verdana; }
    .imagewine { width:100%; height:50%; }
    .imagefood { width:100%; height:50%; }
    .imagetravel { width:100%; height:50%; }
    h1 { font: 86px verdana; }
    h2 { font: 86px verdana; }
    .textopequeno { font-size:44px; }
}
