.welcome-logo {
    width: 300px;
}

#section-1 .portfolio-icon {
    width: 40%;
}

#section-2 {
    background-color: white;
}

#section-2 .absolute-align-bottom {
    position: absolute;
    bottom: -100px;
    right: 38%;
}

#section-2 .absolute-align-bottom .section-img {
    height: 480px;
    width: 40vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#section-3 .absolute-align-top {
    position: absolute;
    top: -100px;
    right: 0;
}

#section-3 .absolute-align-top .section-img {
    height: 70vh;
    width: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#section-3 .absolute-align-top .section-img-2 {
    height: 40vh;
    width: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#section-3 .image-container {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* different dimensions view */
@media (max-width: 1580px) {
    #section-3 .main-offset-md {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 1380px) {
    #section-3 .main-offset-md {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 1200px) {
    #section-3 .absolute-align-top .section-img {
        padding-top: 100%;
        height: unset;
        width: 40vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #section-3 .absolute-align-top .section-img-2 {
        width: 40vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media (max-width: 990px) {
    #section-2 .absolute-align-bottom {
        position: relative;
        bottom: unset;
        right: unset;
        text-align: center;
        padding-top: 60px;
    }
    #section-2 .absolute-align-bottom .section-img {
        height: 480px;
        width: 100%;
    }
    #section-3 .absolute-align-top { 
        position: relative;
        top: unset;
        right: unset;
        text-align: center;
        padding-top: 60px;
    }
    #section-3 .absolute-align-top .section-img { 
        padding-top: 100%;
        width: 100%;
        height: unset;
    }
    #section-3 .absolute-align-top .section-img-2 {
        padding-top: 100%;
        width: 100%;
        height: unset;
    }
    #section-3 .image-container {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
    .main-y-offset-xl {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .welcome-logo {
        width: 270px;
    }
    #section-2 .absolute-align-bottom {
        padding-top: 60px;
    }
    #section-2 .absolute-align-bottom img {
        width: 100%!important;
    }
}
@media (max-width: 520px) {
}
@media (max-width: 380px) {
}