﻿@media screen and (max-width:450px) {
    #Email {
        width:90% !important;
    }

    #divCenter {
        height:100% !important;
        width:100% !important;
    }
}

@media screen and (max-width:780px) {
    #Email {
        width: 90% !important;
    }
    #divCenter {
        height: 100% !important;
        width: 100% !important;
    }
}


@media screen and (max-width:990px) {
    #Email {
        width: 90% !important;
    }
    #divCenter {
        height: 100% !important;
        width: 100% !important;
    }
}
