@media screen and (min-width: 480px) {
    #header .logo img {
        width: 320px;
        margin-bottom: 8px;
    }
}

.veiw_con iframe {
    margin: 0 auto !important;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
}
.veiw_con img {
    width: 70% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
}

@media screen and (max-width: 480px) {
    .veiw_con img {
        width: 85% !important;
        height: auto !important;
    }

    .veiw_con iframe {
        width: 343px !important;
        height: 196px !important;
    }
}


