.index_banner_content {
    position: relative;
    height: 100vh;
}
.rs_index_wrapper {
    position: absolute;
    top: 45%;
    left: 50px;
    z-index: 90;
}
.index_principal_banner_wrapper {
    z-index: 80;
    position: relative;
}
.rs_index_link {
    width: 18px;
    height: 18px;
    display: table;
    margin-bottom: 20px;
}
.rs_index_link.fb {background: url(/Files/App_002/Images/rs_fb.png) no-repeat center;}
.rs_index_link.tw{background: url(/Files/App_002/Images/rs_tw.png) no-repeat center;}
.rs_index_link.in{background: url(/Files/App_002/Images/rs_in.png) no-repeat center;}
.rs_index_link.gp{background: url(/Files/App_002/Images/rs_gp.png) no-repeat center;}
.rs_index_link.yt{background: url(/Files/App_002/Images/rs_yt.png) no-repeat center;}
.rs_index_link.ins{background: url(/Files/App_002/Images/rs_ins.png) no-repeat center;}
.rs_index_link.fb:hover {background: url(/Files/App_002/Images/rs_fb_hover.png) no-repeat center;}
.rs_index_link.tw:hover {background: url(/Files/App_002/Images/rs_tw_hover.png) no-repeat center;}
.rs_index_link.in:hover {background: url(/Files/App_002/Images/rs_in_hover.png) no-repeat center;}
.rs_index_link.gp:hover {background: url(/Files/App_002/Images/rs_gp_hover.png) no-repeat center;}
.rs_index_link.yt:hover {background: url(/Files/App_002/Images/rs_yt_hover.png) no-repeat center;}
.rs_index_link.ins:hover {background: url(/Files/App_002/Images/rs_ins_hover.png) no-repeat center;}
.logo_index {
    position: absolute;
    bottom: 0;
    z-index: 80;
    width: 100%;
    text-align: center;
}
.logo_index_link {
    display: table;
    margin: 0 auto;
}

@media (min-width: 1440px) {
  .logo_index_image.desktop {display: none;max-width: 85%;}
}

@media (max-width: 1440px) {
  .logo_index_image.desktop {display: block;max-width: 85%;}
  .logo_index_image {display: none;}
  .logo_index_image.desktop {
    display: block;
    max-width: 85%;
  }
}

@media (max-width: 1200px) {
.logo_index_image.desktop {display: block;max-width: 80%;}
}

@media (max-width: 991px) {
.logo_index_image.desktop {display: block;max-width: 65%;}
}

@media (max-width: 767px) {
.index_banner_content {
    position: relative;
    height: 450px;
}
div.index_presentation_left_wrapper {
    min-height: auto;
}
div.index_presentation_left {
    position: relative;
    padding: 85px;
}
}


@media (max-width: 425px) {
.index_banner_content {
    position: relative;
    height: 350px;
}
}




