#example_video_1 {
    max-width:600px;
    width:100% !important;
    height:337px !important;
}
@media screen and (max-width: 479px) {
    #example_video_1 {
        max-width:600px;
        height:171px !important;
    }
    .email {
        width:95%;
    }
    img{
        width:95%;
    }
    div img {
        width:95%;
    }
    p img, .alertLogicImg {
        width:auto;
    }
    legend img {
        width:auto;
    }
    select {
        width:100%;
    }
    table[style] {
        margin:0px !important;
    }
    input {
        width:100%;
    }
}