.full_logo{
        width: 38%;
}
@media only screen and (max-width: 600px) {
 .full_logo{
        width: 100%;
}
}