body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}

.instagram {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 50px;
    color: #E4405F;
    text-decoration: none;
}

.instagram {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 180px;
    right: 40px;
    background-color: #E4405F;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
}

.instagram-icon {
    margin-top: 15px;
    color: #fff;
}

.facebook {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 50px;
    color: #1877F2;
    text-decoration: none;
}

.facebook {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 40px;
    background-color: #1877F2;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
}

.facebook-icon {
    margin-top: 15px;
    color: #fff;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 50px;
    color: #25d366;
    text-decoration: none;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
}

.whatsapp-icon {
    margin-top: 15px;
    color: #fff;
}