﻿


@media only screen and (min-width : 1824px) {

    #slider_image {
        width: 100%;
        height: 933px !important;
        margin-left: 0px;
    }


    .carousel-inner {
        position: relative;
        width: 105% !important;
        overflow: hidden;
    }


    .signInDiv {
        position: absolute;
        bottom: calc(20% - 40px);
        left: calc(30% - 85px);
        width: 303px !important;
        margin-left: 66px !important;
        color: #999999;
        font-family: 'Lato-Regular';
        font-size: 16px;
    }
}


@media only screen and (min-width : 1224px) {

    #slider_image {
        width: 100%;
        height: 672px;
        margin-left: 0px;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }



    .signInDiv {
        position: absolute;
        bottom: calc(20% - 40px);
        left: calc(30% - 85px);
        width: 303px !important;
        margin-left: 0px;
        color: #999999;
        font-family: 'Lato-Regular';
        font-size: 16px;
    }
}
