﻿@media(max-width:640px) {
    .mobile_resize {
        height: 500px !important;
    }
}
@media(max-width:400px) {
    .mobile_resize {
        height: 480px !important;
    }
}
@media(max-width:380px) {
    .mobile_resize {
        height: 460px !important;
    }
}
@media(max-width:450px) {
    .mobile_resize_p {
        padding: 0 15px 0 15px !important;
    }
}
@media(max-width:380px) {
    .mobile_resize_p {
        padding: 0 !important;
    }
}
@media(min-width:640px) {
    .mobile_resize_p {
        display:none;
    }
}
@media(min-width:1000px) {
    .mobile_resize_p {
        display: block;
    }
}