﻿#logo-landing-page {
    max-height: 200px;
    max-width: 100%;
}

#accedi-button {
    width: 200px;
}

#image-col {
    background-image: url("/Content/Images/landing-page-image.png");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

#main-content {
    padding-bottom: 0 !important;
}

#image-col {
    height: 595px;
}

@media (max-width: 1200px) {
    #image-col {
        height: 510px;
    }
}

@media (max-width: 556px) {
    #image-col {
        height: 320px;
    }
}
