body{
    padding: 0;
    margin: 0;
}

.wine-wraper {
    width: 100%;
    height: auto;
    position: relative;
    /* background: #343434; */
    background: #fff;
    overflow: hidden;
}
.wine-inner {
    width: 100%;
    height: 100vh;
    min-height: 600px
}
.wine-scene {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}

.wine-logo-wrap {
    width: 90%;
    height: auto;
    max-width: 660px;
    margin: auto;
    min-width: 320px;
    position: absolute;
left: 50%;
top: 40%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%); 
}
.wine-logo{
    width: 100%;
    height: auto;
    position: relative;
}

.wine-logo svg{
    width: 100%;
    height: auto;
}
.wine-info-wrap {
    width: 100%;
    height: auto;
    position: absolute;
    padding-top: 5%;
    bottom: 5%;
}
.wine-info-inner {
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-family: 'Antic Didone', serif;
    color: #e6e6e6;
    font-size: 1.3em;
    line-height: 1.1;
}
.wine-info {
    width: 100%;
    height: auto;
    position: relative;
}
.wine-info p {
    padding: 0px 0px 15px 0px !important;
    margin: 0;
}
.wine-info p span{
   font-weight: bold;
}
.social {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    display: -weblit-flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.wfb {
    padding-bottom: 1%;
}

.social span img{
    width: 100%;
    height: auto;
}

.social span {
    max-width: 25px;
    display: inline-block;
    margin: auto;
    min-width: 20px;
}
.whours-cont {
    display: flex;
    display: -weblit-flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -13%;
}
.whours {
    text-align: right;
}
.social-name {
    max-width: 100% !important;
    filter: none !important;
    font-size: 0.8em;
}
.fb-icon, .insta-icon {
    position: relative;
    transform: translateY(30%);
}
.social-name a {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .wine-info-wrap {
        padding-top: 15%;
    }
    .wine-info-inner {
        font-size: 1.2em;
    }
    .social span {
        max-width: 25px;
    }
    .wine-scene {
        width: 90%;
    }
    .social{
        flex-direction: column;  
    }
    .wfb {
        padding-bottom: 2%;
    }
}