.guest-main {
    max-width: 1000px;
    margin: auto;
    /* height: 100px; */
}

/* Styles for slider */

.sl__slide{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sl__text{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.sl__zag, .sl__desc{
    margin: 0;
    padding: 0 10px;
}

.item-2 img {
    max-width: 100%;
    height: auto;
    display: block;
    /* box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75); */
    background-size: cover;
    background-position: center center;
}

.item-2 {
    background-color: #fff;
    /* box-shadow:  0px 1px 11px 0px rgba(0,0,0,0.75); */
    text-decoration: none;
    /* border-radius: 15px; */
    margin-left: 25px;
    margin-right: 25px;
}

.item-2:hover {
    top: 2px;
}

.guest-card {
    background: white;
    /* border-radius: 25px; */
    color: #444;
    /* box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.1); */
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    top: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-decoration: none;
	border-radius: 0px;
	overflow: hidden;
	
  }
  .guest-card:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
	overflow: auto;
  }
  .guest-card article {
    padding: 20px;
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
	  
  }
  .guest-card h1 {
    font-size: 20px;
    margin: 0;
    color: #333;
  }
  .guest-card p {
    -webkit-box-flex: 1;
            flex: 1;
    line-height: 1.4;
  }
  .guest-card span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
  }
  .guest-card .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
  }
