
#exzoom{

    position: relative;
    transform: translate(-50,-50%);
    width: 450px;
    

}

@media (max-width: 530px) {

  #exzoom{

    
    width: 300px;

}


}

